1. Home
  2. Docs
  3. Mavryx API Reference

Mavryx API Reference

Mavryx SaaS operates on a microservices architecture and event-driven architecture with web hooks

Each microservice provides a RESTful API or GUI interface. RESTful API utilizes predictable, resource-oriented URLs, accepts requests encoded in form or JSON format, returns responses encoded in JSON format, and adheres to standard HTTP response codes, authentication, and HTTP verbs.

All API requests must be made using the HTTPS protocol. Calls made using plain HTTP will fail. API requests without authentication/authorization will also fail if authorization is required.

The Mavrix platform fully implements the following standards:

NameDescriptionSpecyficationUrl
Oauth2Oauth specyficationRFC 6749 – The OAuth 2.0 Authorization Framework https://datatracker.ietf.org/doc/html/rfc6749
OpenIDOpenID specyfication
JWTJWT SpecyficationRFC 7519 – JSON Web Token (JWT)https://datatracker.ietf.org/doc/html/rfc7519

Articles

Was this article helpful to you? No Yes

How can we help?