Integrations REST API Reference

Errors

The REST API uses standard HTTP status codes — 2xx for success, 4xx when the request itself is the problem, 5xx when TestInvite's the problem.

Published 2026/08/26
CodeMeaning
200OK — request succeeded
400Bad Request — unexpected query parameters or an invalid request body
401Unauthorized — no valid authorization token was provided
403Forbidden — the token's access key doesn't have the permission this request needs
404Not Found — the requested resource doesn't exist
5xxServer Error — something went wrong on TestInvite's side
Go back