Get Contact
GET
/org/{tenant}/v2/contacts/{id}
Platform support: MT and CC
Retrieve a contact by its ID.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Requested contact.
Bad request — the request was invalid (validation error, malformed body, or missing/invalid parameters).
Unauthorized — missing or invalid identity, or insufficient permissions.
Not Found — the requested resource does not exist.
Internal Server Error — an unexpected error occurred.