Skip to main content
GET
/
v1
/
users
/
me
Get User Profile
curl --request GET \
  --url https://api.kiriku.app/v1/users/me \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "email": "<string>",
  "plan": "<string>",
  "credits": 123
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

User profile

id
string
email
string
plan
string
credits
number