GET
/
api
/
auth
/
me
curl --request GET \
  --url https://your-bknd.io/api/auth/me
{
  "user": {
    "id": "<string>",
    "email": "<string>",
    "name": "<string>"
  }
}

Response

200 - application/json
User
user
object
required