List all terminals (POS devices) from your account.
Required scope: terminal:read
Segurança
accountId and apiKey
- Sandboxhttps://api.test.easypay.pt/2.0/terminal
- Productionhttps://api.prod.easypay.pt/2.0/terminal
curl -i -X GET \
'https://api.test.easypay.pt/2.0/terminal?cursor=string&limit=0&name=string&status=ACTIVE&model=string' \
-H 'AccountId: 2b0f63e2-9fb5-4e52-aca0-b4bf0339bbe6' \
-H 'ApiKey: eae4aa59-8e5b-4ec2-887d-b02768481a92'Response
Success
{ "metadata": { "next_cursor": "lL_j7ilk7rc", "count": 2 }, "data": [ { … }, { … } ] }