Developer Resources

API / (GET) Show Company

This API call returns a more detailed result for the company.

API URL
https://youraccount.beetil.com/external_api/v1/companies/:id.format
HTTP Method
GET




URL parameters

ParameterFormatDefaultMandatory
idintegerYes




Example JSON Response
{
  "result": {
    "company": {
      "address": "",
      "other_phone": "",
      "name": "AERO.X",
      "office_phone": "",
      "notes": "",
      "avatar": null,
      "id": 33,
      "fax": "",
      "website": "",
      "mobile_phone": "",
      "email": ""
    }
  },
  "version": "1.0",
  "status": "Success"
}




Last updated 31 January 2011