API Authentication

Read about how to authenticate your requests.

You must add your API keys to each request:
x-client-id: {Client_ID}
x-client-secret: {Client_Secret}
Tip:
You can retrieve your Client ID and Secret from the Home UI in the ePAL Portal. For more information, see the Home UI topic.
For example:
curl -X GET "https://api.epalglobal.co/health" \
  -H "x-client-id: {Client_ID}" \
  -H "x-client-secret: {Client_Secret}"