Authentication

API Key

To use private key authentication you will need an API Key, please contact our sales team at [email protected] to get started.

When making an API call to a Wafeq endpoint, you must use an Authorization header with Api-Key prefix followed by your API key.

Example,

curl --location \
--request POST 'https://api.wafeq.com/v1/zatca/invoice/report/' \
--header 'Authorization: Api-Key <api_key>' \
...