Node.js
Contact APIs
Get Contact By ID
This endpoint retrieves a specific contact along with all associated chat_ids (1-1 chats and common groups).
Node.js
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
- The unique identifier of the contact
- Must be formatted as
country_code + number(e.g.,918527184400). Do not include special characters
Example:
"919537851844"
Response
200 - application/json
200 OK
The response is a contact object. Refer to the contact object here