Export OpenAPI File
The AXSMarine API Hub documentation is available as an OpenAPI 3.0 specification export.
Download File : https://public-access-resources.axsmarine.com/openapi/current/AXSMarine_OpenAPI_Specification.json
Making it easy to import directly into your preferred API client tools such as Postman, Insomnia, Bruno, or any other tool that supports the OpenAPI standard.
The specification file can be downloaded and imported to instantly have all endpoints, request parameters, and response schemas available in your API client, enabling you to start testing and integrating with the AXSMarine API right away.
The following information will be useful to get you up and running quickly.
Insomnia
Once imported, set up the following environment variables using the {{ _.variable }} syntax:
- Base URL (
host) – the API base URL (e.g.https://apihub.axsmarine.com) - Authorization – your API key, passed as a header using
{{ _.authorization }}
Example environment configuration:
json{ "scheme": "https", "base_path": "", "host": "apihub.axsmarine.com", "authorization": "PUT YOUR TOKEN HERE"}
Postman
Once imported, set up the following environment variables using the {{variable}} syntax:
- Base URL (
host) – the API base URL (e.g.https://apihub.axsmarine.com) - Authorization – your API key, passed as a header using
{{authorization}}
Example environment configuration:
json{ "host": "apihub.axsmarine.com", "authorization": "PUT YOUR TOKEN HERE"}
Bruno
Once imported, set up the following environment variables using the {{variable}} syntax:
- Base URL (
host) – the API base URL (e.g.https://apihub.axsmarine.com) - Authorization – your API key, passed as a header using
{{authorization}}
Example environment configuration:
json{ "host": "apihub.axsmarine.com", "authorization": "PUT YOUR TOKEN HERE"}
On this page
- Export OpenAPI File