Number of APIs: 3
This collection handles the first onboarding check to monitor that the user is free from any fraud records in the past and keeps active monitoring record for future fraud watch The system engine supports both gRPC and HTTP protocol type communication, please reference gRPC test communication between individual micro services Observe the response tab for status code (200 OK), response time, and size and see data structure before implementing Update or add new data in Variables enable you to store and reuse values in Qodex. We have created a variable called Tests help you confirm that your API is working as expected. You can write test scripts in JavaScript and view the output in the 🚀 Get started here
🔖 How to use this collection
Step 1: Send requests
Step 2: View responses
Step 3: Send new Body data
Body
in the POST request. Typically, Body data is also used in PUT and PATCH requests.{
"name": "Add your name in the body"
}
Step 4: Update the variable
base_url
with the sample request https://Qodex-api-learner.glitch.me. Replace it with your API endpoint to customize this collection.Step 5: Add tests in the
Tests
tabTest Results
tab.💪 Pro tips
ℹ️ Resources
POST {{base_url}}/info
PUT {{base_url}}/info?id=1
DELETE {{base_url}}/info?id=1
ENDPOINTS