Select
Msisdn inventory.
Definition
Orgs is the responsible for managing the data about MASMOVIL’s organizations (tenants). In this context, the term “organization” means “any of the brands that MASMOVIL uses to provide services” called tenant in mas-stack.
Current state
There could be a delay of 24 hours between the registration of a msisdn in certain brand and its appearance in the Discovery Tool, unless some network traffic its done.
Resources
Resource | Description |
---|---|
Admin | API for managing msisdn inventory CRUD operations |
Inventory | public API |
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://orgs.masstack.com/v2 |
staging | https://orgs.sta.masstack.com/v2 |