Partners Quests API
Last updated
GET /api/v1/quest/{questId}/completed
<Description of the endpoint>
Headers
Content-Type
application/json
X-API-KEY
<your api key>
Query
telegramId
string
Telegram ID of the user
Response
{
"data": true
}GET /api/v1/quest/{questId}/stats
Headers
Content-Type
application/json
X-API-KEY
<your api key>
Response
Last updated
{
"completed": 0
}