Register a redirect URI

This method registers a redirect URI so the Authorize a connection method accepts it.

Authentication

x-api-keystring
Your API key. <Note title="Note"> You can find your API key on the <a href="https://playground.twelvelabs.io/dashboard/api-keys" target="_blank">API Keys</a> page. </Note>

Request

This endpoint expects an object.
redirect_uristringRequired
The redirect URI to register. Must use HTTPS, resolve to a public host, and contain no wildcards. Register it exactly as your application sends it, because the authorization flow requires an exact match.

Response

The redirect URI has been successfully registered.
_idstring
The unique identifier of the redirect URI.
redirect_uristring
The registered redirect URI.
created_atstringformat: "date-time"

The date and time, in the RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”), when the redirect URI was registered.

Errors

400
Bad Request Error
409
Conflict Error
422
Unprocessable Entity Error