Navigation
Challenges
Challenges describe the process of verifying and managing devices associated with an account. For example, you might want to prevent concurrency using a single account and wish to verify the ownership of the additional device. The process of reviewing, verifying and removing devices can be handled with this method.
To learn more about challenges, see the challenge object.
Endpoints
GET | /v2/challenges |
GET | /v2/challenges/:id |
GET | /v2/challenges/:id/devices |
POST | /v2/challenges/:id/devices/:id/kick |
POST | /v2/challenges/:id/devices/:id/send |
POST | /v2/challenges/:id/devices/:id/verify |
POST | /v2/challenges/:id/devices/:id/complete |