> For the complete documentation index, see [llms.txt](https://docs.coda.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coda.co/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/payout/ru-men-zhi-nan/shen-fen-yan-zheng-he-shou-quan.md).

# 身份验证和授权

## 身份验证指南

Payout API 支持 JWT 和 x-signature 作为主要的身份验证机制。为了向我们的系统发出请求，您需要对请求进行身份验证。为此，您需要在所有 API 请求的标头中包含以下字段：

* Content-Type
* X-API-Key
* Authorization
* x-signature

这些参数的说明如下表所示：

| 参数名称          | 描述                                                                                                                                                                        | 必填项 | 验证/示例                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Content-Type  | 表示资源的原始媒体类型                                                                                                                                                               | 是   | 该值必须是“application/json”                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| X-API-Key     | 您的 API 密钥                                                                                                                                                                 | 是   | <p>X-API-Key:<br>9ezEvY3UZv72ouqeLnzeL45ylrbPdZ5C6Y3e2c1H</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| Authorization | <p>根据header、payload和signature生成的 JSON Web Token（JWT）。<br></p><p>有关 <a data-mention href="/pages/VIvJnOmOd5z33NEb2iQg">/pages/VIvJnOmOd5z33NEb2iQg</a>的更多详细信息，请参阅相关说明。</p> | 是   | <p>授权：</p><p>Bearer<br></p><p>eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9<br></p><p>eyJhcGlLZXkiOiIzOWFhNmI5ZDhjNGZmYjFHOT</p><p><br>QwM2I1MTQ2OWVmZDQ3ZSIsIm9yZGVySWQi</p><p><br>OilyMDIwMDMzMDE0MjYwMCIsImxhbmciOiJlb</p><p><br>iIsIm1lcmNoYW50TmFtZSI6Iktva28gZUJvb2tzIiwi</p><p><br>cGF5VHlwZSI6NSwicGF5Q2hhbm5lbCI6MzMyLC</p><p><br>JwYXlQcm92aWRlciI6NTA2LCJpdGVtcyI6W3siY2</p><p><br>9kZSI6IjEiLCJuYW1lIjoiT25lierhesisinbyawnlijoxm</p><p><br>H1dLCJpYXQiOjE1ODU3MDE3MzMsImNoZWNrc</p><p><br>3VtIjoiZjQwZmM5ZTc0ZDY2MmRhZmY1MDc0MD</p><p><br>NiZmM3YmEyOGUIfQ.1vnmI6ayPNMHV9FNyx1</p> |
| x-signature   | <p>用于执行完整性检查的signature value。 <br><br>有关 <a data-mention href="/pages/gUWZdSGKtVzcEMmJHfNd">/pages/gUWZdSGKtVzcEMmJHfNd</a>的更多详细信息，请参阅相关说明。</p>                           | 是   | pOsnb4LGor0/iOPsc/7ufSiQHslKkV6/iJ6c6tEpP3k=                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.coda.co/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/payout/ru-men-zhi-nan/shen-fen-yan-zheng-he-shou-quan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
