V1
MasFeasibility API
I am MasFeasibility API. My intention is to provide a set of REST services to check sales viability.
Resources
| Resource | Description |
|---|---|
| Coverage | This service allows to find an address and provices coverage info for a particular iam. |
| Coverage management | API to manage coverage data. |
| Blacklist Contact Data | This service checks if a phone, email or domain can be used as contact data. |
| Map | This service provides only map info in order to normalize addresses (no coverage information) |
| Connection installation | This service check if an installation has to be done by TELEFONICA. |
| Portability | This services checks if a landline portability is allowed. |
| Device Finance Prebooking | This services checks feasibility for devices finance |
| Subscription Limit | This service provides subscriptions info of telco services |
| Sales Documents | This service checks the current states of the provided orderIds |
| Pole Info | This service provides info and management of pole ctos |
| Finance Renewal | Finance Renewal takes customer and account information among other data and makes a request to the Risk API to evaluate the feasibility or not of selling or financing a new device while you have financing in progress |
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 |
|---|---|
| STA | https://feasibility.sta.masstack.com/v1 |
| PROD | https://feasibility.masstack.com/v1 |