cURL
curl --request GET \ --url https://gateway.varchev.com/ipg/payment/organizations/{id}/terminals \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "currency": "<string>", "paymentBrand": "<string>", "paymentMode": "<string>", "minTransactionAmount": 123, "maxTransactionAmount": 123 } ]
The access token received from the authorization server in the OAuth 2.0 flow.
Success
The response is of type object[].
object[]