English
cURL
curl --request GET \ --url https://api.callin.io/api/public/v1/me \ --header 'x-api-key: <api-key>'
{ "success": true, "data": { "userId": "<string>", "email": "<string>" } }
Returns the userId and email associated with the API key in the request. Useful for confirming which account a key belongs to.
Send your Callin API key in the x-api-key header.
x-api-key
Identity payload for the authenticated API key.
Who the current API key belongs to (userId, email).
userId
email
Indicates if the request was successful
true
Show child attributes
Was this page helpful?