Me
Me
This endpoint gets the information of current user based on the Api Key
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": "john@doe.org",
"company_id": "WVjLTY2NhZThjYi0wM9tcGFueTTg3oy2MMRhYWMtYDQ1MTcY2jMyNS0zNGE="
}
}
Response
Indicates whether the call failed with error
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": "john@doe.org",
"company_id": "WVjLTY2NhZThjYi0wM9tcGFueTTg3oy2MMRhYWMtYDQ1MTcY2jMyNS0zNGE="
}
}
Was this page helpful?
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": "john@doe.org",
"company_id": "WVjLTY2NhZThjYi0wM9tcGFueTTg3oy2MMRhYWMtYDQ1MTcY2jMyNS0zNGE="
}
}