Skip to main content
GET
/
classifier
/
operationType
Operation Type
curl --request GET \
  --url 'https://{{baseUrl}}/classifier/operationType' \
  --header 'Authorization: Bearer <token>'
[
  {
    "code": "INTERNAL",
    "title": "Vidiniai pavedimai",
    "numberOfParties": 2,
    "businessUnit": "sandbox"
  },
  {
    "code": "CARD_PAYMENT",
    "title": "CARD_PAYMENT",
    "numberOfParties": 2,
    "businessUnit": "sandbox"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

A list of operation type classifiers.

code
string
title
string
numberOfParties
integer
businessUnit
string