GET
/
integrations
/
vertofx
/
purpose-codes
Get VertoFx Purpose Codes
curl --request GET \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/integrations/vertofx/purpose-codes \
  --header 'Authorization: Bearer <token>'
[
  {
    "code": "INV",
    "description": "Invoice Payment"
  },
  {
    "code": "SAL",
    "description": "Salary Payment"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200
application/json

List of VertoFx purpose codes

The response is of type object[].