Contact Picture
The Contact Detail endpoint allows users to fetch specific details about a registered contact. This is limited to contacts that are already available through the All Contact endpoint. By passing the appropriate contact ID, users can retrieve in-depth information about a particular contact, such as their name, status, phone number, and possibly additional metadata. This feature is useful in applications where detailed contact profiles are needed, such as customer relationship management (CRM) systems, communication platforms, or automated contact lists. It allows developers to display comprehensive contact information to end-users or other services.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Contact ID.
Response
The response is of type string
.