Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200
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.
curl --request GET \
--url https://dovetail.com/api/v1/token/info \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"subdomain": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
200
Show child attributes
Was this page helpful?