Skip to main content
PUT
Replaces the entire redirect URI list for an app. Idempotent.

Request

string
required
Bearer <API_KEY> from Console > Developers > Workspace API Keys.
string
application/json

Path parameters

string
required
Client identifier of the app.

Request body

string[]
required
Full replacement list of redirect URIs.

Response

Returns the stored redirect URIs.
Validation: HTTPS required in production (HTTP only allowed for localhost), no fragments, length ≤ 2048, host required, duplicates removed, host lowercased, max 20 URIs.