GET
/
me
Me
curl --request GET \
  --url https://api.webagent.cloud/me \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "username": "<string>",
  "avatar_url": "<string>",
  "updated_at": "<string>",
  "created_at": "<string>",
  "free_prompts": 123,
  "credits": 123
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Successful Response

Represents the profile