API reference
HTTP API overview
Authenticate requests, understand resource conventions, and handle Arcwell API errors consistently.
Base URL
text
https://api.arcwell.example/v3The hostname is reserved for this fictional demonstration and does not accept requests.
Authentication
http
Authorization: Bearer arc_live_REDACTED
Arcwell-Workspace: ws_northlineErrors
| Status | Code | Meaning |
|---|---|---|
| 400 | invalid_request | Input did not match the endpoint contract |
| 401 | invalid_key | Key is missing, expired, or revoked |
| 409 | version_conflict | Resource changed after it was read |
| 429 | rate_limited | Workspace request budget was exceeded |