CLI
Errors
What each failure means and what to do about it.
| Status | Meaning | What to do |
|---|---|---|
| 400 | A required parameter is missing | Often a locationId — pin one with pxb location use |
| 401 | The token was rejected | The client may be revoked; run pxb auth again |
| 403 | Missing a scope | Grant it to the client on the console API page |
| 404 | No such record, or no such endpoint | Check the path; pxb help commands lists the forms |
| 429 | Rate limited | The message says how long to wait |
Two local failures worth naming:
- "No stored client secret" — the keychain entry is gone. Run
pxb auth; your client ID is remembered, so you only need the secret. - "Could not read the client secret" — the keychain is locked or unavailable. Unlock it and run the same command again; nothing was lost.
In your terminal: pxb help errors