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

workspace
string

Workspace to which caller is authenticated

scopes
enum<string>[]

What scopes are granted

scopeNames
string[]

Names of the scopes available

integrationId
string | null

Indicates that the token is scoped to a specific integration

subject
string

Identifier of the provided token