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
- 200
- 400
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
data
object
owner_wallet stringrequired
attestation stringrequired
{
"data": {
"owner_wallet": "string",
"attestation": "string"
}
}
The attestation request was invalid (eg. The user didn't complete that challenge yet)
Server error
Loading...