v3

latestOpenAPI 3.1.02026-07-3197486526.1 KB
dataConnectors

Register a redirect URI

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

post/connections/redirect-uris

Headers

x-api-keystring required

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 body

redirect_uristring required

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_atstring date-time

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