GET
/
v1
/
auth
/
info
curl --request GET \
  --url https://api.vistaly.com/v1/auth/info \
  --header 'Authorization: Bearer <token>'
{
  "organizationId": "iLQGOSQFOEIpkYoDgUfQO",
  "organizationName": "Vistaly"
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json
API key is valid
organizationId
string
Example:

"iLQGOSQFOEIpkYoDgUfQO"

organizationName
string
Example:

"Vistaly"