V1
Tenants API
This is the API for authn-tenants
Authn-tenants is a sub-module of Authn that covers all tenants operations outside authn-admin members. Authn-tenants is an API designed to be used from outside. It will let cableoperadores users to create, update and delete tenants; and everything is simplified as posible.
Resources
| Resource | Description |
|---|---|
| Tenants | API for managing tenants CRUD operations |
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://authn-tenants.prod.k8s.masmovil.com/ |
| staging | https://authn-tenants.sta.k8s.masmovil.com/ |