GET
/
api
/
iam
/
v1
Iam
curl --request GET \
  --url https://developer.synq.io/api/iam/v1 \
  --header 'Authorization: Bearer <token>'
{
  "workspace": "<string>",
  "scopes": [
    "SCOPE_UNSPECIFIED"
  ],
  "scopeNames": [
    "<string>"
  ],
  "integrationId": "<string>",
  "subject": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json

Success

The response is of type object.