Skip to content

Authentication

Base URL

All requests contain the following base URL:

Terminal window
https://live.waypointapi.com

Waypoint uses HTTPS in every request to enforce data security and privacy. Additionally, each request uses content-type: application/json to encode the data.

API keys & authentication

Waypoint uses a Username and Password pair to allow access to the API through Basic HTTP Authentication (this is not the same as your Waypoint dashboard username/password).

To access or create a new API key:

  1. Go to the ‘Settings’ page of your workspace.
  2. Scroll down to the ‘API keys’ section, click on ’+ Add key’, and then follow the directions to finish adding the key.
  3. After creating the key, scroll down to the bottom of the ‘Settings’ page and you should now see your new API key with a Username and Password that can be used in the authorization header within your API call.