API Testing Interface
Test and debug API endpoints with an interactive request builder
GET
POST
PUT
DELETE
PATCH
Send
Headers
×
×
+ Add header
Common Endpoints
Get Users
GET
/api/users
Get User by ID
GET
/api/users/1
Create User
POST
/api/users
Update User
PUT
/api/users/1
Delete User
DELETE
/api/users/1
Authentication
Add authentication headers quickly:
Bearer Token
Basic Auth