Skip to main content
GET
/
v2
/
contact-profile
Fetch contact profile by phone number
curl --request GET \
  --url https://app.closerx.ai/api/v2/contact-profile/ \
  --header 'Company-Name: <company-name>' \
  --header 'api_key: <api-key>'
{
  "success": true,
  "campaign_results": [],
  "quick_campaign_results": []
}

Authorizations

api_key
string
header
required

Headers

Company-Name
string
required

Schema name for multi-tenancy

Query Parameters

contact_number
string
required

Contact number in E.164 format (e.g., +919779673180)

Response

Successfully fetched contact profile results

success
boolean
Example:

true

campaign_results
object[]

List of campaign results associated with this contact

Example:
[]
quick_campaign_results
object[]

List of quick campaign results associated with this contact

Example:
[]