Skip to main content
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

id
string | null

Profile ID

username
string | null

Username

avatar_url
string | null

Avatar URL

updated_at
string | null

Last update timestamp

created_at
string | null

Creation timestamp

free_prompts
integer | null

Available free prompts

credits
integer | null

Credits