Errors / Troubleshooting
How should I report a failed /api/v1 request?
errorsrequest-id
Question
A call returned an error envelope. What should I include when asking for help?
Official ManTech Answer
Retain request_id (also sent as X-Request-Id). Include the endpoint, HTTP status, and what you expected. Do not send API keys, ID tokens, Authorization headers, or customer PII. 401 usually means a credential problem; 429 means wait for Retry-After; do not retry unchanged 400/404 in a loop.
Answered by ManTech Studio