GET
/
api
/
v1
/
profile
curl --request GET \
  --url https://app.chatwoot.com/api/v1/profile
{
  "id": 123,
  "uid": "<string>",
  "name": "<string>",
  "available_name": "<string>",
  "display_name": "<string>",
  "email": "<string>",
  "account_id": 123,
  "role": "agent",
  "confirmed": true,
  "custom_attributes": {},
  "accounts": [
    {
      "id": 123,
      "name": "<string>",
      "role": "administrator"
    }
  ]
}

Response

200
application/json
Success

The response is of type object.