Create VertoFX Integration
Endpoint: /integrations/vertofx
Method: POST
Request Body
Field | Type | Required | Description |
---|---|---|---|
name | string | Yes | Name of the VertoFX integration instance. |
apiKey | string | Yes | API key for the VertoFX integration. |
clientId | string | Yes | Client ID for the VertoFX integration. |
This endpoint allows you to create a new integration instance for VertoFX by providing a name, an API key, and a client ID.
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Success
The response is of type object
.