API 101A SAVRA FIELD MANUAL
SAVRA MARKETING
EST · 2026
Index 001 / The API field manual

The API
sandbox.

Every app you use is making API calls behind the curtain. Pick a method, paste a URL, hit send — and watch a real one happen, explained in plain English.

§ 001 / Request data
Method URL
Headers are extra info that rides along with your request — like a name tag. Most common: Content-Type (what format you're sending) and Authorization (who you are).
KEY
VALUE
§ 002 / Authorization
Sent as Authorization: Bearer <token>. Tokens stay in your browser — this page never stores or uploads them.
§ 003 / Response
— nothing yet · hit SEND and the answer lands here —