Tokens

API for managing tokens


Parameters

Name In Type Required Description
org path string true a orgID of Grupo Mamovil
token path string true Security token

Request example

1
2
3
4
5

curl -X DELETE https://credentials.masstack.com/v1/orgs/{org}/tokens/{token} \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {access-token}"

Responses

Code Meaning Description Schema
204 No Content OK None
403 Forbidden Error response ErrorDto
404 Not Found Error response ErrorDto
500 Internal Server Error Error response ErrorDto

Parameters

Name In Type Required Description
org path string true a orgID of Grupo Mamovil
token path string true Security token

Request example

1
2
3
4
5

curl -X GET https://credentials.masstack.com/v1/orgs/{org}/tokens/{token} \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {access-token}"

Responses

Code Meaning Description Schema
200 OK Username associated with the token TokenUsernameResponse
403 Forbidden Error response ErrorDto
404 Not Found Error response ErrorDto
500 Internal Server Error Error response ErrorDto

Endpoints

Credentials

    Flows

      Tokens

        Magic links

          OTP

            TOTP

              Devices