Skip to main content
POST
Add Redirect Uri

Authorizations

Authorization
string
header
required

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

Path Parameters

team_id
string
required
client_pk
string
required

Body

application/vnd.api+json

Request body for adding a redirect URI.

Accepts flat {redirect_uri: ...} or JSON:API envelope. extra="forbid" rejects unknown fields with 422; the before-validator strips the envelope wrapper so data/type keys never reach the forbid check.

redirect_uri
string
required

Response

Successful Response

data
JsonApiResource[OAuthRedirectUriAttributes] · object
required
included
any[] | null
meta
Meta · object | null