GET
/
org
/
sdkClient
/
{sdkClientId}

Authorizations

Authorization
string
header
required

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

Headers

userId
string | null

The anon user id of the user making the request

orgId
string | null

The anon org id of the user making the request

Path Parameters

sdkClientId
string
required

ID of the SdkClient.

Response

200 - application/json
id
string
required
name
string
required
description
string
required
organizationId
string
required
auth
object
required

Authentication configuration for an SDK client

Was this page helpful?