/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-.
Send the key with requests
Include the full key (including thewspd- prefix) in the Authorization header:
Check which identity and role a key has
CallGET /v1/auth/me to see the identity behind a key and the role it grants:
role field is the permission level the key itself carries, and teamId is the team it acts on.
A team API key authenticates as a service account user, so the user endpoints describe that service account rather than the key’s own permissions. Use
/v1/auth/me to confirm a key’s role.
