Environments

Production and development base URLs, and where the OAuth token endpoint lives.

Production

API base URL
https://production-api.shoutaboutus.com/api/v1

OAuth token URL
https://production-api.shoutaboutus.com/oauth/token

Development

API base URL
https://development-api.shoutaboutus.com/api/v1

OAuth token URL
https://development-api.shoutaboutus.com/oauth/token

📎

Endpoints are versioned under /api/v1. The OAuth token endpoint lives at the server root (no /api/v1).


Did this page help you?