GET
/
me
Get current API user
curl --request GET \
  --url https://qismah.app/api/public/v1/me \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

Current token owner

id
string
required