GET
/
v1
/
token
/
info
Token info
curl --request GET \
  --url https://dovetail.com/api/v1/token/info \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "subdomain": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

200

The response is of type object.