MasAppointments 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.
Resources
Resource | Description |
---|---|
Events | API for sending notifications to the client via SMS |
Appointments | Appointment management API to be able to carry out the installation of resources to the client |
Security
Authentication
All MasStack APIs uses JWT tokens to authorize all the requests. Following this, an Auhtorization
with a Bearer JWT token
is needed in all the requests.
In the Authorization Guides you can find documentation about JWT Tokens and how to get them in MasStack.
Base URLs
Environment | Base Path |
---|---|
Staging server | https://appointments.sta.masstack.com/v1 |
Production server | https://appointments.masstack.com/v1 |