Create application credential
Creates an OAuth application credential for a connector. The external_id field is optional — omit it unless you need multiple OAuth apps for the same connector (e.g. one per customer tenant).
Authentication
AuthorizationBearer
Token-based authentication with required prefix “Bearer”
Request
This endpoint expects an object.
connector_slug
Slug of the connector to create an OAuth app for.
client_id
client_secret
external_id
oauth2_scopes_override
Space-separated OAuth scopes to request instead of the connector’s default scopes. Omit to use the connector defaults. Applies to the connector’s default OAuth option; on connectors that expose more than one OAuth option, the first option is used. A value equal to the connector’s default scopes is treated as no override and reads back as null.
Response
id
connector_slug
client_id
external_id
is_global_default
created_at
modified_at
oauth2_scopes_override