Skip to main content
GET
Get VertoFx Integration Info
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Description:
The /integrations/vertofx/info endpoint retrieves information about a specific VertoFX integration configuration.
Authorization:
  • Required role: admin or higher
Method: GET Query Parameters:

Code Examples

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>