GET method to show a company.
Name | Description |
---|---|
account_id required | Your account unique identifier to access API. |
company_id required | Id of the company to be showed |
GET
/v2/account/:account_id/company/:company_id
Accept: application/json
Authorization: Token token={account.secret}
Content-Type: application/json
200
{
"id": "550aac3da096734ce5000001",
"name": "Google",
"url": "https://www.google.es",
"email": "info@google.com"
}