V1
MasDocuments API
I am Mas Documents API. My goal is to provide a way of storing and retrieving documents.
Resources
| Resource | Description |
|---|---|
| Documents | Binary documents business logic |
| Forms | Binary documents with field’s map to fill |
| Sections | Grouping of forms by language |
| Templates | Document builder with sections |
| Templates Configuration | Templates Tenant configuration |
| DynamicTemplates | HTML based templates with fields to fill |
| Digital Sign Process | Access to digital sign processes management. |
| Biometric Signature | Access to biometric signature endpoints. |
| Simple Signature | Access to simple signature endpoints. |
| Identification Agent | Digital agent identification services |
| Sign Configuration | Sign Configuration |
| Identification OTP | Digital OTP identification services |
| Identification with identity document | Identification with identity document |
| Identification Agent Admin | Digital agent identification administrative services |
| Identification OTP Admin | Digital OTP identification administrative services |
| Identification with identity document Admin | Identification with identity document administrative services |
| Contracts | Contracts document services |
| Scoring | Scoring services |
| Securize | |
| Identification Chain | |
| Identification Chain Admin |
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://documents.masstack.com/v1/ |
| staging | https://documents.sta.masstack.com/v1/ |