EasyDonateDocs V2
ข้อมูลแพลนกลับสู่เว็บไซต์♥️ to writer!
คู่มือการใช้งานนักพัฒนา
EasyDonateDocs V2
ข้อมูลแพลนกลับสู่เว็บไซต์♥️ to writer!

เริ่มต้น

EasyDonate Developer PlatformQuickstart

พื้นฐาน

AuthenticationScopesRate limits

คู่มือ

Inbound Donations APIOAuthMCP Server (เชื่อมต่อ AI)
API Reference
Record user consent and mint an authorization codeValidate an authorization request and return consent screen infoRevoke a tokenExchange authorization code or refresh token for tokens
API ReferenceOAuth

Revoke a token

View as MarkdownView this page as plain textOpenAIOpen in ChatGPTAsk questions about this pageAnthropicOpen in ClaudeAsk questions about this pagePerplexityOpen in PerplexityAsk questions about this page
POST
/oauth/revoke

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/oauth/revoke" \  -H "Content-Type: application/json" \  -d '{    "token": "string",    "client_id": "string",    "client_secret": "string"  }'
Empty

Validate an authorization request and return consent screen info

หน้าก่อนหน้า

Exchange authorization code or refresh token for tokens

หน้าถัดไป

token*string
Length1 <= length
client_id*string
Length1 <= length
client_secret*string
Length1 <= length