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
The Appointment API is one of Pre-Ordering Management API Family. An Appointment is an arrangement to do something or meet someone at a particular time and place. It is previously made during an interaction or may be necessary to solve a customer problem or to deliver a product order item. The appointment API goal is to manage an appointment with all the necessary characteristics. First, the API consists in searching free time slots based on given parameters. Then, the appointment is created. The appointment has characteristics such as nature of appointment, place of appointment etc.
| 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
Barrings REST API