Qodex.ai
Qodex.ai
Introduction
ALP Mock Server
Restful Endpoints
Get User's DashboardGet a Challenge Show PageGet a Challenge PromptDelete a ChallengeCreate a Challenge
Introduction
ALP Mock Server
Restful Endpoints
Get User's DashboardGet a Challenge Show PageGet a Challenge PromptDelete a ChallengeCreate a Challenge
HomeALP Mock ServerRestful Endpoints

Restful Endpoints

Number of APIs: 5

  1. Get User's Dashboard GET {{domain}}/api/v1/users/55

  2. Get a Challenge Show Page GET {{domain}}/api/v1/users/55/challenges/1

  3. Get a Challenge Prompt GET {{domain}}/api/v1/users/:id/challenges/new

  4. Delete a Challenge DELETE {{domain}}/api/v1/users/:id/challenges/:challenge_id

  5. Create a Challenge POST {{domain}}/api/v1/users/1/challenges

Previous
ALP Mock Server
Next
Get User's Dashboard