Number of APIs: 7
Instructions for Day 27: Scenario testing
Day 27: Scenario testing
] from the main workspace to your own public workspace.Submit your solution
and follow the instructions in the documentation to validate your solution.Concepts covered
Additional resources
Next challenge
POST {{baseUrl}}/user
Register a new user with The Good Bank. The username must be unique.
POST {{baseUrl}}/user/login
GET {{baseUrl}}/user
Authenticated users can update their user information.
GET {{baseUrl}}/account/{{user_id}}/summary
Fetch account summary for a single user.
GET {{baseUrl}}/user/logout
This API revokes an active user session.
GET {{baseUrl}}/account/:user_id/summary
Fetch account summary for a single user.
GET https://api.getpostman.com/collections/20005310-e26bdccd-de18-4ec5-8d6b-a85b5bad6991
It's time to submit your solution.
Qodex API env
environment from the previous challenge. Update the collection_uid
with the current collection's ID.If you have any failures, review the failed test results or ask for support in the [community forum] When all of your tests pass, you are done with today's challenge. Remember to save your changes as you'll need to pass all the challenges to claim a 30 days of Qodex badge.
ENDPOINTS