---
title: "Get agent profile"
method: GET
path: "/api/v1/agents/me"
tags: ["Authentication"]
---

# Get agent profile

`GET /api/v1/agents/me`

View your account info, payment status, and usage stats.

## Response `200`

Agent profile

- AgentProfile
  - `agent_id` string
  - `agent_name` string
  - `email` string
  - `payment_status` 'active' | 'inactive' | 'pending'
  - `search_count` integer
  - `booking_count` integer
  - `created_at` string, date-time

## Other responses

- `401` — Invalid or missing API key

---

[API](https://skmtc.dev/letsfg/apis/letsfg-api.md) · [All operations](https://skmtc.dev/letsfg/apis/letsfg-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/letsfg/letsfg-api/revisions/89a6a1405650/schema)
