Authentication
Base URL
Section titled “Base URL”All requests use this base URL:
https://live.waypointapi.comEvery request goes over HTTPS and uses content-type: application/json.
API keys & authentication
Section titled “API keys & authentication”Waypoint uses a Username and Password pair to authenticate API requests via Basic HTTP Authentication. These are not the same as your Waypoint dashboard login.
To create an API key:
- Open the ‘Settings’ page of your workspace.
- Scroll to the ‘API keys’ section, click ’+ Add key’, and follow the prompts.
- After the key is created, scroll back to the ‘API keys’ section — you’ll see your new
UsernameandPasswordto use in the authorization header.