The method and parameters
To retrieve intercom data, use one of the following parameters: id, mac, or external_id.
Only one identification parameter can be used at a time.
JSON
{
"id": 10
}
|
Get /api/v1/billing/intercoms/show |
int id – an intercom ID
string mac – a MAC address of an intercom
string external_id – an intercom external ID
|
204 |
|
Successful response with intercom data JSON
|
|
404 |
|
JSON
|
|
422 |
|
Returns a JSON object with an error. For details, see General information>Validation. JSON
|