Qoala Partnership utilizes API keys to grant access to the API. You can request a new API key from Qoala Engineering.Qoala Partnership requires the API key to be included in the header of all API requests made to our services. The header should appear as follows:
x-api-key: abcdefg
To use the x-api-key, refer to the example below:
curl --location --request {METHOD} '{{HOST_URL}}' \
--header 'x-api-key: abcdefg' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Make sure to replace
abcdefg
with your API key.