> ## Documentation Index
> Fetch the complete documentation index at: https://help.dingtalk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# 获取应用的API访问凭证

> 通过登录钉钉开发者后台创建应用，并获取应用访问凭证 access_token，用于后续 API 调用的身份鉴权。

## 步骤一：创建钉钉应用

1. 登录[钉钉开发者后台](https://open-dev.dingtalk.io/#/corpeapp)。
2. 单击应用开发，创建企业内部应用或第三方企业应用。
3. 在应用详情页获取应用的Client ID（原应用AppKey/SuiteKey） 和 Client Secret（原应用AppSecret/SuiteSecret）。![](https://help-static-aliyun-doc.aliyuncs.com/assets/img/zh-CN/9413550071/p739907.png)

## 步骤二：获取应用的访问凭证

调用[获取企业内部应用的accessToken](/zh/open/development/obtain-the-access-token-of-an-internal-app)接口或获取第三方应用授权企业的accessToken接口生成accessToken。
