Skip to main content
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
}
Get All VertoFx Integrations Description:
The /integrations/vertofx/all endpoint retrieves all existing VertoFX integration configurations.
Method: GET Query Parameters:
ParameterTypeDescription
pageintegerPage number for pagination. Default: 1
sizeintegerNumber of integrations per page. Default: 10

Authentication

This endpoint requires authentication. Include your bearer token in the Authorization header.

Query Parameters

ParameterTypeInRequiredDescription
pageintegerqueryāŒPage number for pagination
sizeintegerqueryāŒNumber of integrations per page

Responses

āœ… 200 - Success

āš ļø 401 - Unauthorized

āŒ 500 - Internal Server Error

Tags

VertoFx

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

Success

success
boolean
data
object[]
total
integer
page
integer
size
integer
⌘I