/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. |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Request Body
Example Request
Request Schema
Field | Type | Required | Description |
---|---|---|---|
name | string | ✅ | Name of the VertoFX integration instance |
apiKey | string | ✅ | API key for the VertoFX integration |
clientId | string | ✅ | Client ID for the VertoFX integration |
memo | string | ❌ | Optional memo for the integration |
Responses
✅ 201 - Success
⚠️ 400 - Bad Request
⚠️ 401 - Unauthorized
❌ 500 - Internal Server Error
Tags
VertoFx
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json