Servers & Authentication
Last updated
Base URL https://petstore.example.com/v1
Base URL https://staging.petstore.example.com/v1
Both servers are available in the Try it panel on each endpoint page. Use the server switcher in the top-right of the panel to toggle between Production and Staging without leaving the docs.
All requests must include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYGenerate an API key from your account dashboard. Keys are scoped to a single workspace.
Last updated