POST
/
org
/
sdkClient

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
description
string
required
kind

Whether this is a backend API Key or a frontend SDK client ID

Allowed value: "service"
oauthDisabled
boolean | null

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?