Select
+Credentials.
+Credentials API.
Resources
Resource | Description |
---|---|
Credentials | API for managing credentials CRUD |
Flows | API for managing credentials flows operations, to simplify CRUD operations |
Tokens | API for managing tokens |
Magic links | Retrieve magic tokens |
OTP | One-Time Password |
TOTP | Time-based One-time Password |
Devices | API for managing devices sessions |
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://credentials.masstack.com/v1/ |
staging | https://credentials.sta.masstack.com/v1/ |