Installation
Base URLs
Production URl for Live:
Productionhttps://api.mynztrip.com/api/v1
Sandbox URL for Development:
Sandboxhttp://45.32.116.123:88/api/v1
Common Headers
This is Common Header
| Header | Value | Required | Description |
|---|---|---|---|
| Content-Type | application/json | Yes | Specifies the format of the request payload |
| Accept-Encoding | gzip, deflate | Yes | Enables compression for better performance |
| Authorization | Bearer <token> | Yes | Authentication token for API access |