Getting Started
Welcome to the OttoApp API! This guide provides the essential details your development team needs to authenticate and begin pulling event data.
Base URL
All production requests should be routed to our secure custom domain. You do not need to include a stage or environment prefix in the path.
Production Base URL: https://api.theottoapp.com
Authentication
The OttoApp API utilizes secure API keys for authentication. Your unique production API key is provided by your OttoApp representative in a separate, secure communication.
To authenticate, pass your API key in the header of your requests using the x-api-key key.
Header Key: x-api-key
Header Value: <YOUR_SECURE_API_KEY>
