Travel rule support is now available for Compliance Engine!

Try it out on the

Developer Console

API Reference

Get a challenge

gethttps://api.circle.com/v1/w3s/user/challenges/{id}

  • Reference
  • Playground

Get the status of a challenge.

Header parameters
X-User-Token
string
Required

Unique system generated JWT session token for specific user.

Path parameters
id
uuid
Required

ExtChallenge id to query

Response
RequestChoose a language
ResponseChoose an example
1{
2  "data": {
3    "challenge": {
4      "id": "c4d1da72-111e-4d52-bdbf-2e74a2d803d5",
5      "correlationIds": [
6        "54399e5a-1bf6-4921-9559-10c1115678cd"
7      ],
8      "errorCode": 155121,
9      "errorMessage": "challenge expired",
10      "status": "PENDING",
11      "type": "SET_PIN"
12    }
13  }
14}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.