跳到主要内容

测试端点

以下是可用于测试身份验证的端点示例:

ENDPOINT
/test/API_KEY
方法
GET
ENDPOINT
/test/API_KEY
方法
POST

代码示例

curl --location --request GET 'https://api-auth.sandbox.qitech.app/test/{{API_KEY}}' \
--header 'API-CLIENT-KEY: {{API_KEY}}' \
--header 'Authorization: {{JWT_TOKEN}}'