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 Server

ALP Mock Server

Number of APIs: 5

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

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

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

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

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

Previous
Introduction
Next
Restful Endpoints