Authentication
To access the API all requests need to be authenticated via your servers API key and secret. Authentication is handled within the request headers, as described below.
Supply both headers
X-Enderpay-Api-Key
and X-Enderpay-Api-Secret
.Please note that all requests to the API must be sent via HTTPS.
Last modified 2yr ago