Update Application Credential
Partially updates an OAuth application credential. Only fields included in the request body are updated; omitted fields are left unchanged. Pass null to explicitly clear a field (e.g. client_secret or external_id).
Authentication
AuthorizationBearer
Token-based authentication with required prefix “Bearer”
Path parameters
id
ID of the application credential
Request
This endpoint expects an object.
client_id
OAuth client ID
client_secret
OAuth client secret. Pass null to clear.
external_id
External identifier. Pass null to clear.
oauth2_scopes_override
Override for OAuth2 scopes
oauth2_user_scopes_override
Override for OAuth2 user scopes
oauth2_optional_scopes_override
Override for OAuth2 optional scopes
Response
id
Unique identifier for the application credential
connector_slug
Slug of the connector
client_id
OAuth client ID
created_at
When the application credential was created
modified_at
When the application credential was last modified
external_id
External identifier for the application credential
oauth2_scopes_override
OAuth2 scopes override
oauth2_user_scopes_override
OAuth2 user scopes override
oauth2_optional_scopes_override
OAuth2 optional scopes override