> For the complete documentation index, see [llms.txt](https://docs.maneslab.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maneslab.xyz/zh/api-zheng-he/quick-start/1.-request-a-users-mid-identity.md).

# 1. Request a user's MID identity

```
GET https://mid.maneslab.xyz/oauth/authorize
```

#### Parameters:

| Parameter name | Type   | Description                                                                                              |
| -------------- | ------ | -------------------------------------------------------------------------------------------------------- |
| response\_type | string | Required. response\_type=code                                                                            |
| client\_id     | string | Required. The client ID you received from MID.                                                           |
| redirect\_uri  | string | Required. The URL in your application where users will be sent after authorization.                      |
| scope          | string | Required.scope=profile                                                                                   |
| state          | string | Required.An unguessable random string. It is used to protect against cross-site request forgery attacks. |
