Qodex.ai
Qodex.ai
Introduction
Chain API Requests
list of usersupdate user
DataDrivenTesting
Create user - use CSV
DemoRestAPI
Get RequestGetRequest-Singal userPost RequestPostRequest-Login
Employee API
GET Request - EmployeesGET Request - EmployeeCreate userPUT UsersGET Users
Fake API Creation
All usersGet Singal USERCreate A userUpdate userDelete user
Introduction
Chain API Requests
list of usersupdate user
DataDrivenTesting
Create user - use CSV
DemoRestAPI
Get RequestGetRequest-Singal userPost RequestPostRequest-Login
Employee API
GET Request - EmployeesGET Request - EmployeeCreate userPUT UsersGET Users
Fake API Creation
All usersGet Singal USERCreate A userUpdate userDelete user
HomeDemoRestAPIPost Request

Post Request

POST https://reqres.in/api/users

Request Body

{"name"=>"morpheus", "job"=>"leader"}
Previous
GetRequest-Singal user
Next
PostRequest-Login