401
unauthorizedThe token is invalid, revoked, or already rotated.
WhenWhen the bearer token cannot be found or was already revoked.
MeaningYou need a fresh token or the currently active one.
Show detailsparams / body / response / notes
Related endpoints
GET /api/v1/account
A quick token smoke-check.
POST /api/v1/domains/register
A common working method where the issue shows up immediately.
Operational notes
- Check whether the token was rotated in Profile -> API.
- Make sure the Authorization header is sent intact.