๐ How to authenticate with the API?
To access the Receipt API, you need to authenticate your requests using an API key. Include the API key in the request headers as follows:
\-H 'apikey: YOUR_API_KEY'
Replace YOUR_API_KEY with the actual API key provided to you.
Updated 3 months ago