List challenges
GET {{baseUrl}}/user/challenges
List all challenges by status for a user
https://developers.circle.com/w3s/reference/listuserchallenges
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-User-Token | string |
RESPONSES
status: OK
{"data":{"challenges":[{"id":"7a182ae0-e3b8-5983-8ad9-9050c7605299","type":"INITIALIZE","status":"PENDING"}]}}