Taddy Docs
  • Getting started
    • Интеграция
    • Обмен трафиком
      • TMA
      • Бот
  • Реклама
    • TMA
    • Бот
  • Webhooks
  • SDK
    • Web (JS/TS)
    • PHP
    • Node.js (soon)
    • Go (soon)
    • Python (soon)
  • Rest API
    • About
    • Start event
    • Custom events
    • Exchange API
      • Get feed
      • Impressions event
      • Check completion
    • Ads API
      • Get Ad
      • Impressions event
  • Terms of Service
    • Правила платформы
    • Terms of Service
Powered by GitBook
On this page
  1. Rest API
  2. Exchange API

Check completion

Проверка успешности выполнения задания

PreviousImpressions eventNextAds API

Last updated 1 month ago

Check if the exchange has been completed

post
Body
taskIdstringRequiredExample: qwertyuio....asdfghjk
Responses
200
OK
application/json
400
Invalid Request
application/json
post
POST /v1/exchange/check HTTP/1.1
Host: api.taddy.pro
Content-Type: application/json
Accept: */*
Content-Length: 34

{
  "taskId": "qwertyuio....asdfghjk"
}
{
  "result": true
}