For programmatic access to the public API, use a team API key sent as a Bearer token. Browser sessions authenticated through the Wirespeed UI also work on /v1 endpoints, but integrations and automation should use a team API key.
Create an API key
- Sign in as a team Admin (only Admins can access Team API Keys).
- In Wirespeed, open Settings → Team.
- Scroll to Team API Keys.
- Create a key with a name, role, and expiration (1–720 days).
- Copy the token immediately — it is shown only once. Keys are prefixed with
wspd-.
See Team Settings for full details on team API keys and permissions.
If you lose a team API key, delete it and create a new one. Existing keys cannot be viewed again after creation.
Send the key with requests
Include the full key (including the wspd- prefix) in the Authorization header:
In the API playground on each endpoint page, paste the same value into the Authorization field (Bearer token).
Do not paste production API keys into shared or untrusted API playgrounds. Prefer curl or your own test environment when handling real credentials.