1. Overview

TaskOn provides an OpenAPI interface to verify task completion status for users. The system supports two types of user identifiers:

1.1 Supported ID Types

  1. Social Media Account ID
  2. Blockchain Wallet Address

2. Integration Guide

2.1 Quick Start

2.2 API Specifications

Endpoint

GET https://<domain>/<serverpath>?address=<identifier>

Response Format

{ "result": { "isValid": **true**|**false** // Indicates task completion status } }

Important Notes