Retrieve a contact’s profile details along with all assigned tags. This endpoint returns core contact info (name, email, display name) plus the tag list and tag count—so you can personalize conversations, segment customers, and power automation rules.
💡Use this endpoint to:
Fetch contact details (name, display name, email)
Get all tags linked to the contact (tags[]) and total count (tags_count)
Show contact context in inbox/profile views and trigger tag-based automation
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.mottasl.ai/v1/contact/details?platform_id=9665XXXXXXXX' \
--header'Authorization: Bearer <token>'