Saltar para o conteúdo

System

System health check endpoints

Operações

Check connectivity and authentication

Pedido

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
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'

Respostas

Success

Corpoapplication/json
environmentstring
Exemplo:"sandbox"
timestring, (date-time)
Exemplo:"2026-01-01T12:00:00Z"
Response
{ "environment": "sandbox", "time": "2026-01-01T12:00:00Z" }