Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.tryhikoo.com/api/v1/public/me \ --header 'Authorization: Bearer <token>'
{ "id": 123, "email": "<string>", "full_name": "<string>" }
Return the user the API key is bound to.
Personal API key created in the dashboard (Settings > API keys).
Bearer <api_key>
Successful Response