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_slugstringRequired<=255 characters
Slug of the connector to create an OAuth app for.
client_idstringRequired<=255 characters
client_secretstring or nullOptional<=255 characters
external_idstring or nullOptional

Response

idstringRead-onlyformat: "uuid"
connector_slugstringRead-only
client_idstringRead-only
external_idstring or nullRead-only
is_global_defaultbooleanRead-only
created_atdatetimeRead-only
modified_atdatetimeRead-only