V1
Contacts API
This API provides methods to manage dealer contacts information.
Resources
| Resource | Description |
|---|---|
| Default | undefined |
| Dealer | Contain all the operations related to dealers. |
| Fiscal data | Contain all the operations related to fiscal data. |
| Custom information | Contain all the operations related to custom information. |
| Campaign | Contain all the operations related to campaigns. |
| Subchannel | Contain all the operations related to subchannel. |
| Store | Contain all the operations related to stores. |
| Iam | |
| Brand | |
| Request |
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 server (public) | https://dealers.masstack.com/v1 |
| Staging server (public) | https://dealers.sta.masstack.com/v1 |
| Develop server (private) | https://mas-dealers.private.dev.k8s.masmovil.com/masdealers |