Saltar al contenido principal
POST
/
api
/
v1
/
auth
/
who-am-i
Who Am I
curl --request POST \
  --url https://www.manglai.io/api/v1/auth/who-am-i \
  --header 'Authorization: Bearer <token>'

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Respuesta

200

Current authenticated user