Search

Common & authentication API

The Common & Authentication API handles OAuth2-based authentication for all Maventa REST APIs. Use it to obtain and manage the bearer tokens that authorize requests across all other APIs. It also provides endpoints to verify authentication status and retrieve company information.

For a full explanation of the authentication flow and how to get started, see the REST API Getting Started guide.

Try it out with Swagger

You can try out our API easily below using Swagger UI. This is pointing to the Maventa test environment. If you want to try out Swagger in production, head over to swagger.maventa.com and select a production endpoint.
  • Endpoint URL: https://ax-stage.maventa.com
  • Swagger definition URL: https://ax-stage.maventa.com/swagger_doc
Back to top