Dynamically registers a new OAuth 2.0 client according to RFC 7591.
Headers
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
Array of redirection URI strings for use in redirect-based flows.
Human-readable name of the client to be presented to the end-user.
Space-delimited list of OAuth 2.0 scope values.
Array of e-mail addresses of people responsible for this client.
URL that the client provides to the end-user with information about how the client uses their data.
URL that the client provides to the end-user to read about the client’s terms of service.
A unique identifier string (e.g., a Universally Unique Identifier (UUID)) assigned by the client developer.
A version identifier string for the client software identified by software_id.
Response
Array of redirection URI strings for use in redirect-based flows.
Human-readable name of the client to be presented to the end-user.
Space-delimited list of OAuth 2.0 scope values.
Array of e-mail addresses of people responsible for this client.
URL that the client provides to the end-user with information about how the client uses their data.
URL that the client provides to the end-user to read about the client’s terms of service.
A unique identifier string (e.g., a Universally Unique Identifier (UUID)) assigned by the client developer.
A version identifier string for the client software identified by software_id.
Time at which the client secret will expire (0 if it doesn’t expire).