v2

latestOpenAPI 3.1.02026-07-262937191.0 MB
beta.connectors

Create or update organization credentials for a connector.

Create or update credentials at the organization level for a given connector.

post/v1/connectors/{connector_id_or_name}/organization/credentials

Path parameters

string uuid required
OR
string required

Request body

namestring required

Name of the credentials. Use this name to access or modify your credentials.

titlestring nullable

Human-readable title for the credentials.

is_defaultboolean nullable

Controls whether this credential is the default for its auth method. On creation: if no credential exists yet for this auth method, the credential is automatically set as default when is_default is true or omitted; setting is_default to false is rejected because a default must exist. If other credentials already exist, setting is_default to true promotes this credential (demoting the previous default); false or omitted creates it as non-default. On update: true promotes this credential, false is rejected if it is currently the default (promote another credential first), omitted leaves the default status unchanged.

Response

Successful Response

messagestring required