Important instructions on how to use this guide and first steps!
This Integration Guide uses Sandbox endpoints to explain how to use our API.
Switching Between Sandbox and Live (Production) Environments
In order to make requests to our Production endpoints, please replace the word "sandbox" with "clientes".
Example:
- Sandbox Environment: https://sandbox.eupago.pt/api/auth/token
- Production Environment: https://clientes.eupago.pt/api/auth/token
Our current REST API uses three different types of authentication:
- API Key sent as a body param
- OAuth 2.0 (Bearer Token sent as an header param)
- ApiKey Auth (API Key sent as an header param)