---
title: "POST /v1/me/agent/apply"
method: POST
path: "/v1/me/agent/apply"
tags: ["UserAgentService"]
---

# POST /v1/me/agent/apply

`POST /v1/me/agent/apply`

Apply 申请成为代理商

## Request body

- AgentV1ApplyRequest
  - `businessScope` string
  - `companyName` string
  - `contactEmail` string
  - `contactName` string
  - `contactPhone` string
  - `expectedVolume` number, double

## Response `200`

OK

- AgentV1ApplyReply
  - `application` AgentV1ApplicationInfo
    - `businessScope` string
    - `companyName` string
    - `contactEmail` string
    - `contactName` string
    - `contactPhone` string
    - `expectedVolume` number, double
    - `id` string
    - `rejectReason` string
    - `reviewedAt` string, date-time
    - `reviewerId` string
    - `status` string
    - `submittedAt` string, date-time
    - `userId` string

---

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