GET
/
account
/
api
/
v1
/
appIntegrations
curl --request GET \
  --url https://svc.sandbox.anon.com/account/api/v1/appIntegrations \
  --header 'Authorization: Bearer <token>'
{
  "apps": [
    {
      "id": "<string>",
      "name": "<string>",
      "iconUrl": "<string>",
      "experimental": true,
      "domains": [
        "<string>"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
The list of supported app integrations.

List of app integrations

apps
object[]
required