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
Response
id
connector_slug
client_id
external_id
is_global_default
created_at
modified_at