Documentation Index
Fetch the complete documentation index at: https://apidocs.scripe.io/llms.txt
Use this file to discover all available pages before exploring further.
invalid_request
| HTTP | When |
|---|---|
| 400 | A required field is missing, or a value is malformed. |
- Required query parameter omitted (e.g.
GET /v1/noteswithoutprojectId). - Enum field given an unknown value (e.g.
?status=BOGUSagainst/v1/posts). - Date filter with the wrong format (
?dateFrom=15/05/2026— must beYYYY-MM-DD). - A request body fails Zod validation (write endpoints, Phase 3+).
details field, when present, names the offending
parameter:
invalid_request is rejected before any
write would have happened.