Skip to main content
GET
/
api
/
v1
/
public
/
me
Get Me
curl --request GET \
  --url https://api.tryhikoo.com/api/v1/public/me \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "email": "<string>",
  "full_name": "<string>"
}

Authorizations

Authorization
string
header
required

Personal API key created in the dashboard (Settings > API keys).

Headers

authorization
string | null

Bearer <api_key>

X-MCP-Secret
string | null

Response

Successful Response

id
integer
required
email
string
required
full_name
string
required