# API Console
Run any ServerAvatar API route directly from this documentation.
# How to use
- Base URL: keep default or change if you use a different API host
- Authorization: paste your token value (example:
Bearer YOUR_TOKEN, depending on your API) - Path or full URL: you can enter
/organizationsor a full URL - Body: for POST/PATCH/PUT you can paste JSON; invalid JSON highlights red while typing
# Output
- Response is shown by default after you click Run
- Switch between Curl, Payload, Headers, and Response tabs
- Use Copy to copy curl/response quickly
If you see a browser CORS error, your API must allow requests from this docs domain (or you need a same-origin proxy).
Request
Build a request, then click Run.
← Introduction List →