The
/integrations/vertofx
endpoint updates an existing VertoFX integration configuration.
Method: PUT
Query Parameters:
Parameter | Type | Description |
---|---|---|
id | string | ID of the integration to update |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Query Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
id | string | query | ā | ID of the integration to update |
Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
enabled | boolean | ā | Enable or disable the integration |
apiKey | string | ā | API key for the VertoFX integration |
clientId | string | ā | Client ID for the VertoFX integration |
metadata | object | ā | Optional metadata |
memo | string | ā | Optional memo |
Responses
ā 200 - Integration updated
ā ļø 400 - Bad Request
ā ļø 401 - Unauthorized
ā 500 - Internal Server Error
Tags
VertoFx
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
ID of the integration to update
Body
application/json