APIs & Data

Endpoint

What It Is

A specific URL that accepts API requests

Analogy

Different counters at a food court — each one serves different things

Try It Out

API Type:
/api/users

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.