GET
/
integrations
/
vertofx
/
info
Get VertoFx Integration Info
curl --request GET \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/integrations/vertofx/info \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "enabled": true,
  "settings": {},
  "metadata": {},
  "memo": "<string>",
  "TenantId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "IntegrationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

id
string
required

ID of the integration to retrieve

Response

200
application/json

Success

The response is of type object.