Zilfu
API ReferenceSession

Get the authenticated session's user

GET
/session
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X GET "https://zilfu.app/api/session"
{
  "data": {
    "id": "string",
    "name": "string",
    "email": "string"
  }
}
{
  "message": "string"
}