Authentication
The Management API requires OAuth 2.0 authorization and a custom HTTP header, Authorization, for authenticating every API request. The required token is provided to the customer by the Enad staff.
Authentication
curl 'https://api.enad.io/health' \
-H 'authorization: Bearer x' \
-H 'content-type: application/x-www-form-urlencoded'.