Temporary legacy publication support
Legacy publication is still accepted for now, but this is temporary. In a few days, MasStack Docs will only accept publication through the domain manifest described in the Publishing Guide .
Welcome to
MasStack Docs is an open documentation platform that allows you to easily access MasStack core API domains to implement your services. You will be able to manage authentication, catalog, customers, rating, appointments, communication and many other things.
You go to resource for building and scaling with our platform. Access APIs, SDKs, code samples, and tools to streamline development. Test and prototype easily with postman collections. Whether you’re starting out or scaling up, everything you need is here.
GET STARTEDRecent updates to Overview, Guides, APIs and SDKs.
Description of different error returned by Subscriptions API
| This is the API for authn in MM ## Security: Paths | Authorization header ----- |--------- /oauth/token | Basic <base64(client_id:client_secret)> OR JWT client assertion (private_key_jwt) ## JWT Client Authentication: Clients can authenticate using signed JWT assertions instead of client secrets by providing: - `client_assertion_type`: `urn:ietf:params:oauth:client-assertion-type:jwt-bearer` - `client_assertion`: A signed JWT containing `iss`, `sub`, `aud`, `jti`, and `exp` claims
The Dealers API V2 is a RESTful API designed to manage dealer-related operations.
The REST API for Service Order Management provides a standardized mechanism for placing a service order with all of the necessary order parameters. It allows users to create, update & retrieve Service Orders and manages related notifications. A service order will describe a list of service order items. A service order item references an action on an existing or future service. By service we designed Customer-Facing Service (CFS) as well as Resource Facing Service (RFS). A service order is created based on service(s) that is(are) defined in a catalog.