For the complete documentation index, see llms.txt. This page is also available as Markdown.

Upsert mTLS certificate for a connector

Upload or rotate the mTLS client certificate for this connector. If a certificate already exists, it is replaced and the connection is re-established.

post
Authorizations
D360-API-KEYstringRequired

API Key for Messaging API authentication. Send your API key in the D360-API-KEY header.

Path parameters
connector_idstringRequired

The unique identifier of the connector

Header parameters
X-API-Versionstring · enumOptional

Meta Business Agent API version

Possible values:
Body

mTLS certificate to upsert

ca_certificatestringOptional
client_certificatestringRequired
client_keystringRequired
Responses
200

The updated connector with mTLS certificate metadata

application/json

A single connector

auth_typestring · enumRequiredPossible values:
base_urlstringRequired
descriptionstringRequired
idstringRequiredExample: 1234567890
namestringRequired
post/agent_connectors/{connector_id}/upsertCertificate

Last updated

Was this helpful?