Setup
Step 1:
1. Project ID (UUID string)
2. project_secret (string)
3. jwt public key (for varifying the jwt token, optional)Step 2:
Update account info
Name
Value
Name
description
Example
Last updated
1. Project ID (UUID string)
2. project_secret (string)
3. jwt public key (for varifying the jwt token, optional)Last updated
{
"secret": "your_project_secret",
"host": "test.com",
"privacyPolicyURL": "https://test.com/privacy.html",
"termsOfServiceURL": "https://test.com/tos.html",
"logoURL": "https://test.com/logo.jpg",
"infoURL": "https://test.com",
"type": "AI",
"chain": "ETH",
"tgResultCallbackURL": "https://api.test.com/tg_callback",
"tgBotID": "test",
"tgBotMiniAppURL": "https://t.me/test/page",
}{
"host": "test.com",
"privacyPolicyURL": "https://test.com/privacy.html",
"termsOfServiceURL": "https://test.com/tos.html",
"logoURL": "https://test.com/logo.jpg",
"infoURL": "https://test.com",
"tgResultCallbackURL": "https://api.test.com/tg_callback",
"tgBotID": "test",
"tgBotMiniAppURL": "https://t.me/test/page",
}{
"error": "Invalid request"
}