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

error
string

Indicates whether the call failed with error

data
object
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="
  }
}