POST
/
integrations
/
vertofx
Add VertoFx Integrations
curl --request POST \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/integrations/vertofx \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "Royalti Demo Verto Integrations",
  "apiKey": "9JP4FKWP0TMTDFPYHGSEIUGFBWEFHGSLQVSHJF2KTR17HGSGHFKHGDBSJFVG",
  "clientId": "H812JHVLSDKJFBVKLJDBSFVBDFUVS86Y5"
}'
{
  "id": "d3fa97e3-2573-4695-9d1d-516f8b11d874",
  "name": "Royalti Demo Verto Integrations",
  "enabled": true,
  "settings": {
    "apiKey": "9JP4FKWP0TMTDFPYHGSEIUGFBWEFHGSLQVSHJF2KTR17HGSGHFKHGDBSJFVG",
    "clientId": "H812JHVLSDKJFBVKLJDBSFVBDFUVS86Y5"
  },
  "memo": null,
  "TenantId": 2,
  "IntegrationId": "a4ab3109-b247-431c-a7c0-fd004a851475",
  "updatedAt": "2024-04-11T21:14:49.622Z",
  "createdAt": "2024-04-11T21:14:49.622Z",
  "metadata": null
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json

Response

201
application/json

Success

The response is of type object.