AlphaAlpha Docs

Validate a portal magic link token and receive auth tokens

POST
/portal/auth/validate
AuthorizationBearer <token>

In: header

Query Parameters

token*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "http://localhost:18080/api/v1/portal/auth/validate?token=string"
{
  "accessExpiresUnix": 0,
  "accessToken": "string",
  "id": "string",
  "refreshToken": "string",
  "username": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}