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

Upsert API key credentials for a connector

Set or rotate the API key credentials for this connector. If credentials already exist, they are replaced and the connection is re-established. The credential payload is required; this endpoint will not delete credentials.

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

API key credentials to upsert

Responses
200

The updated connector with API key metadata

application/json

A single connector

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

Last updated

Was this helpful?