19052: Invalid page size for custom field definition
API
ERROR
Twilio returns this error when you request custom field definitions with an invalid page_size value. Use GET /v3/marketing/field_definitions with an integer from 1 through 2000.
- Your request URL includes a
page_sizevalue that Twilio cannot parse as an integer. - Your request URL includes a
page_sizevalue that is less than 1 or greater than 2000.
- Update
page_sizeto a parsable integer before you send the request. - Keep
page_sizewithin the supported range of 1 through 2000. - Retry the
GET /v3/marketing/field_definitionsrequest after you correct the query parameter.