mailkite_register_oauth_client
Register an OAuth client to link a MailKite account to your app. Get a client_id immediately via PKCE, with no pre-shared secret or manual review.
Instructions
Register an OAuth client for this installation (RFC 7591 dynamic client registration) — step 1 of linking an existing MailKite account to your app. No pre-shared secret and no manual app review: you get a client_id back immediately and prove yourself with PKCE. Register once per install and keep the client_id. Requires a management session token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_name | No | Human-readable name shown to the user on the consent screen. Include the site or install it belongs to so someone with several connections can tell them apart. | |
| redirect_uris | Yes | Where the authorization code is delivered. Every entry must be an absolute https URL — http is accepted only on loopback, for local development. A javascript: or data: URI is rejected. |