V1
MasDevices API
This API features a set of MasStack endpoints related to MasDevices domain.
Resources
| Resource | Description |
|---|---|
| DeviceHistory | API for retrieving device history information |
| DeviceSimHistory | API for retrieving device SIM history information |
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 |
|---|---|
| production | https://devices.masstack.com/v1/ |
| staging | https://devices.sta.masstack.com/v1/ |