cURL
curl --request GET \ --url https://api.truecall.com/me \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "team": { "name": "<string>", "owner": { "first_name": "<string>", "last_name": "<string>", "email": "<string>" } } } }
Returns the info about the team that owns the api_key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Me response
success
error
"success"
Show child attributes