Skip to main content
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"
}
Get VertoFX Integration Info Description:
The /integrations/vertofx/info endpoint retrieves information about a specific VertoFX integration configuration.
Method: GET Query Parameters:
ParameterTypeDescription
idstringID of the integration to retrieve

Authentication

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

Query Parameters

ParameterTypeInRequiredDescription
idstringqueryID of the integration to retrieve

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

id
string
required

ID of the integration to retrieve

Response

Success

id
string<uuid>
name
string
enabled
boolean
settings
object
metadata
object | null
memo
string | null
TenantId
string<uuid>
IntegrationId
string<uuid>
createdAt
string<date-time>
updatedAt
string<date-time>
I