驗證Token
POST/openapi/auth/token/check
• 功能說明:查詢Token狀態。本API用於檢查指定Token的有效性。若狀態為正常,Token可正常使用;若為待驗證,需透過WebullApp簡訊驗證碼進行驗證;若為無效,需重新產生Token;若為過期,須重新產生Token
• 頻率限制:速率限制為每30秒10個請求
Request
Responses
- 200
- 401
- 417
- 500
OK
Unauthorized: Authentication required
A business logic error triggered when the request cannot be processed due to domain-specific constraints.
Internal Server Error.