GET
/
org
/
sdkClients
curl --request GET \
  --url https://svc.sandbox.anon.com/org/sdkClients \
  --header 'Authorization: Bearer <token>'
{
  "resource": "<string>",
  "items": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "appUserPoolId": "<string>",
      "createdAt": "<string>",
      "logoUrl": "<string>",
      "chromeExtensionId": "<string>",
      "redirectUrls": [
        "<string>"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
resource
string
required
Allowed value: "SdkClient"
items
object[]
required

Was this page helpful?