cURL
curl --request GET \ --url https://dovetail.com/api/v1/token/info \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "subdomain": "<string>" } }
Get information about the current token.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
200
The response is of type object.
object
Was this page helpful?