Authentication
Mervii infrastructure resources grant you access to the ranges of products with secure API keys.
Overview
To access and interact with Mervii’s API, all requests must be authenticated using a valid API key. Mervii uses Bearer Token Authentication, which ensures that your API requests are securely identified and authorised.
Each request requires the Authorization header to include a Bearer token, which is your public API key. This key should be kept confidential and used to authenticate and authorise API calls to Mervii’s services, including logistics, delivery management, and payment processing.
Authorisation Header
Use the Authorization : Bearer for authenticating your API. The public API issued serve as the bearer for your authentication. Here is an example below:
Need Help
Was this page helpful?