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

Record user consent and mint an authorization code

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/authorize/consent

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/oauth/authorize/consent" \  -H "Content-Type: application/json" \  -d '{    "clientId": "string",    "redirectUri": "http://example.com",    "scope": "string"  }'
Empty

Get subscriptions

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

Validate an authorization request and return consent screen info

หน้าถัดไป

clientId*string
Length1 <= length
redirectUri*string
Formaturi
scope*string
Length1 <= length
state?string
codeChallenge?string
Length43 <= length <= 128
codeChallengeMethod?"S256"

Value in

  • "S256"