---
title: "Get Expert Profile"
method: GET
path: "/api/v1/experts/profile"
tags: ["Experts"]
---

# Get Expert Profile

`GET /api/v1/experts/profile`

Get expert profile

## Response `200`

Successful Response

- ExpertProfile
  - `id` string, uuid, required
  - `email` string, required
  - `skills` string[], required
  - `rating` number, required
  - `total_answers` integer, required
  - `credits_earned` integer, required
  - `status` string, required
  - `worldid_nullifier` string, nullable
  - `worldid_verified` boolean
  - `stripe_account_id` string, nullable
  - `stripe_onboarding_complete` boolean
  - `hourly_rate` integer
  - `work_schedule` object, nullable
  - `schedule_paused` boolean
  - `name` string, nullable
  - `profile_picture_url` string, nullable
  - `linkedin_url` string, nullable

---

[API](https://skmtc.dev/humwork/apis/humwork-ai.md) · [All operations](https://skmtc.dev/humwork/apis/humwork-ai/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humwork/humwork-ai/revisions/38d9dc5f27e6/schema)
