curl --location --request GET 'https://api.gists.ai/v1/me' \ --header 'Content-Type: application/json' \ --header 'GISTS-API-KEY: <api_key>'
{ "error": null, "data": { "id": "wYNckjmo", "name": "John Doe", "email": "[email protected]", "company_id": "WVjLTY2NhZThjYi0wM9tcGFueTTg3oy2MMRhYWMtYDQ1MTcY2jMyNS0zNGE=" } }
This endpoint gets the information of current user based on the Api Key
Hide data
Response 200
Indicates whether the call failed with error
Show child attributes
Was this page helpful?