Swipelux

Authentication

Authenticate Swipelux API requests with a secret API key.

Authenticate each Swipelux API request with a secret API key in the X-API-Key header. Keep this key on your server and out of browser code, mobile apps, screenshots, and public repositories.

Server-side Boundary

curl https://platform.swipelux.com/v1/customers \
  --request GET \
  --header 'X-API-Key: YOUR_SECRET_TOKEN'

Use https://platform.swipelux.com for every public example in these docs.

For exact authentication behavior, open the API reference.

On this page