This endpoint allows you to verify connectivity to the API and validate your authentication credentials. A successful response indicates that the API is reachable and your credentials are valid.
Required scope: system:read
Segurança
accountId and apiKey
- Sandboxhttps://api.test.easypay.pt/2.0/system/ping
- Productionhttps://api.prod.easypay.pt/2.0/system/ping
curl -i -X GET \
https://api.test.easypay.pt/2.0/system/ping \
-H 'AccountId: 2b0f63e2-9fb5-4e52-aca0-b4bf0339bbe6' \
-H 'ApiKey: eae4aa59-8e5b-4ec2-887d-b02768481a92'Response
{ "environment": "sandbox", "time": "2026-01-01T12:00:00Z" }