Get early access 🔓 contact us at sales@cariqa.com
curl --request GET \
--url https://connect.cariqa.com/api/v1/users/{user_id}/ \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"email": "jsmith@example.com",
"locale": "en",
"custom_properties": {
"external_id": "<string>"
}
}Retrieve user
curl --request GET \
--url https://connect.cariqa.com/api/v1/users/{user_id}/ \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"email": "jsmith@example.com",
"locale": "en",
"custom_properties": {
"external_id": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.cariqa.com/llms.txt
Use this file to discover all available pages before exploring further.
JWT Authorization header using the Bearer scheme.
Was this page helpful?