API v1 Documentation
Client API - Contacts
Client API - Display
Client API - Environment
Client API - Response
Client API - User
Management API - Action Class
Management API - Attribute Class
Management API - Contact Attribute Keys
Management API - Contact Attributes
Management API - Contacts
Management API - Me
Management API - People
Management API - Response
Management API - Storage
Management API - Survey
Management API - Webhook
Health
Management API - Me
Me
Fetches the product associated with the passed API key
GET
/
api
/
v1
/
management
/
me
Copy
Ask AI
curl --request GET \
--url http:///%7B{baseurl}%7D/api/v1/management/me \
--header 'x-api-key: <x-api-key>'
Copy
Ask AI
{
"createdAt": "2024-04-09T04:53:29.577Z",
"id": "clurwouax000azffxt7n5unn3",
"product": {
"id": "clurwouaj0003zffx0hu6bonm",
"name": "My Product"
},
"type": "production",
"updatedAt": "2024-04-09T14:14:49.256Z",
"widgetSetupCompleted": true
}
Headers
Response
200 - application/json
OK
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url http:///%7B{baseurl}%7D/api/v1/management/me \
--header 'x-api-key: <x-api-key>'
Copy
Ask AI
{
"createdAt": "2024-04-09T04:53:29.577Z",
"id": "clurwouax000azffxt7n5unn3",
"product": {
"id": "clurwouaj0003zffx0hu6bonm",
"name": "My Product"
},
"type": "production",
"updatedAt": "2024-04-09T14:14:49.256Z",
"widgetSetupCompleted": true
}
Assistant
Responses are generated using AI and may contain mistakes.