Get access to Mervii logistics Open API and SDK
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.
Use the Authorization : Bearer for authenticating your API. The public API issued serve as the bearer for your authentication. Here is an example below:
Good to Know
Get access to Mervii logistics Open API and SDK
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.
Use the Authorization : Bearer for authenticating your API. The public API issued serve as the bearer for your authentication. Here is an example below:
Good to Know