Status codes
Validation errors
When the API rejects specific fields, the response includes adetails array with one message per issue:
Common validation issues
Section out of range
Section out of range
You referenced a section number that does not exist. Call
GET /api/v1/pages/{page_id} to see available sections.Style/layout keys rejected
Style/layout keys rejected
You sent a field like
backgroundColor or headingSize which is a style field, not content. The API only accepts text, media, and link fields.Invalid section key
Invalid section key
Your section key does not follow the
section_N format.