Restful Endpoints
Number of APIs: 5
-
Get User's Dashboard GET {{domain}}/api/v1/users/55
-
Get a Challenge Show Page GET {{domain}}/api/v1/users/55/challenges/1
-
Get a Challenge Prompt GET {{domain}}/api/v1/users/:id/challenges/new
-
Delete a Challenge DELETE {{domain}}/api/v1/users/:id/challenges/:challenge_id
-
Create a Challenge POST {{domain}}/api/v1/users/1/challenges