Skip to main content

Get Challenge Attestation

GET 

/challenges/:challenge_id/attest

Produces an attestation that a given user has completed a challenge, or errors.

Request

Path Parameters

    challenge_id stringrequired

    The challenge ID of the user challenge requiring the attestation

Query Parameters

    oracle stringrequired

    The address of a valid, registered Anti-Abuse Oracle

    specifier stringrequired

    The specifier of the user challenge requiring the attestation

    user_id stringrequired

    The user ID of the user challenge requiring the attestation

Responses

Success

Schema

    data

    object

    owner_wallet stringrequired
    attestation stringrequired
Loading...