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_uri
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.
_id
The unique identifier of the redirect URI.
redirect_uri
The registered redirect URI.
created_at
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