Servers & Authentication

Servers

Base URL https://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.

Authentication

All requests must include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Generate an API key from your account dashboard. Keys are scoped to a single workspace.

Last updated