APIs & Data

Request

What It Is

A message sent to an API asking for something

Analogy

Placing an order with the waiter

Try It Out

API Type:
/api/users/123

GETRequest

Headers

Content-Type: application/json
Authorization: Bearer sk_live_...abc123

GET requests typically have no body

Response

Click "Send Request" to see the response

GET requests retrieve data from the server without modifying it.