Contacts
Get contact
Get contact by ID or email. You can get only your own contacts, and authentication is required.
GET
/
contacts
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredRequired string length:
1 - 255
Response
200 - application/json
The response is of type any
.