Back
Test API's
Booking API Details ▼
POST Request ▼
API URL:
Headers (JSON):
{"Content-Type": "application/json"}
Request Body (JSON):
{ "firstname": "playwright by testers talk", "lastname": "cypress by testers talk", "totalprice": 1000, "depositpaid": true, "bookingdates": { "checkin": "2025-01-15", "checkout": "2025-01-17" }, "additionalneeds": "breakfast" }
HTTP Method:
POST
GET
PUT
PATCH
DELETE
HEAD
OPTIONS
Convert to cURL
Convert to Playwright TS/JS
Output:
GET Request ▼
API URL:
Headers (JSON):
Request Body (JSON):
HTTP Method:
GET
Convert to cURL
cURL Command:
TOKEN Generation ▼
API URL:
Headers (JSON):
{"Content-Type": "application/json"}
Request Body (JSON):
{ "username": "admin", "password": "password123" }
HTTP Method:
POST
Convert to cURL
cURL Command:
PUT Request ▼
API URL:
Headers (JSON):
{"Content-Type": "application/json", "Cookie": "token=token_number"}
Request Body (JSON):
{ "firstname": "api testing by testers talk", "lastname": "javascript by testers talk", "totalprice": 1500, "depositpaid": true, "bookingdates": { "checkin": "2025-02-15", "checkout": "2025-02-17" }, "additionalneeds": "lunch" }
HTTP Method:
PUT
Convert to cURL
cURL Command:
PATCH Request ▼
API URL:
Headers (JSON):
{"Content-Type": "application/json", "Cookie": "token=token_number"}
Request Body (JSON):
{ "firstname": "playwright typescript by testers talk", "additionalneeds": "dinner" }
HTTP Method:
PATCH
Convert to cURL
cURL Command:
DELETE Request ▼
API URL:
Headers (JSON):
{"Content-Type": "application/json","Cookie": "token=token_number"}
Request Body (JSON):
HTTP Method:
DELETE
Convert to cURL
cURL Command:
Azure DevOps ▼
GET - Get Test Points ▼
API URL:
Headers (JSON):
Request Body (JSON):
HTTP Method:
GET
Convert to cURL
cURL Command:
PATCH - Update Test Case Outcome ▼
API URL:
Headers (JSON):
{"Content-Type": "application/json", "Authorization": "Bearer {{PAT}}"}
Request Body (JSON):
{ "outcome": "Passed" }
HTTP Method:
PATCH
Convert to cURL
cURL Command:
Latest from Testers Talk :
Latest from Testers Talk
▲
▼