Skip to content

Authentication

The Slipcase API uses API keys to authenticate requests. Your Slipcase account manager will supply you with your own keys. You may request separate keys for staging/development versus production environments.

All requests must include your API key in the query string using the apiKey parameter:

Terminal window
curl https://widget.slipcase.com/api/v2/feed/?apiKey=YOUR_API_KEY
  • All API requests must be made over HTTPS / TLS 1.2.
  • Calls made over unencrypted HTTP will fail.
  • Requests without authentication will also fail.