GET
/
integrations
/
vertofx
/
all
Get All VertoFx Integrations
curl --request GET \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/integrations/vertofx/all \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "id": "d3fa97e3-2573-4695-9d1d-516f8b11d874",
      "name": "Royalti Demo Verto Integrations",
      "enabled": true
    }
  ],
  "total": 1,
  "page": 1,
  "size": 10
}

Authorizations

Authorization
string
header
required

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

Query Parameters

page
integer
default:1

Page number for pagination

size
integer
default:10

Number of integrations per page

Response

200
application/json

Success

The response is of type object.