Required scope: capture:read
Security
accountId and apiKey
- Sandboxhttps://api.test.easypay.pt/2.0/capture
- Productionhttps://api.prod.easypay.pt/2.0/capture
curl -i -X GET \
'https://api.test.easypay.pt/2.0/capture?cursor=string&limit=0&created_at=interval(2006-01-02%2015%3A04%2C2006-01-02%2015%3A04)&updated_at=interval(2006-01-02%2015%3A04%2C2006-01-02%2015%3A04)' \
-H 'AccountId: 2b0f63e2-9fb5-4e52-aca0-b4bf0339bbe6' \
-H 'ApiKey: eae4aa59-8e5b-4ec2-887d-b02768481a92'OK
An object containing additional information about the response. It includes details that help manage and navigate the retrieved data.
Response
{ "metadata": { "next_cursor": "lL_j7ilk7rc", "count": 10 }, "data": [ { … } ] }