Returns the info about the team that owns the api_key
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>" } } } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
success
error
"success"
Show child attributes
the team that owns this api_key
name of team
owner of team
first_name of team owner
last_name of team owner
email address of team owner