Payload Too Large

Type URI
https://api.marketingpod.dev/problems/payload-too-large
Status Code
413 Payload Too Large
Description
The request body exceeds the maximum allowed size of 1MB.

Example Response

{
  "type": "https://api.marketingpod.dev/problems/payload-too-large",
  "title": "Payload Too Large",
  "status": 413,
  "detail": "The request body exceeds the maximum allowed size of 1MB.",
  "instance": "/api/v1/integration/req_1704123456789_abc",
  "requestId": "req_1704123456789_abc",
  "timestamp": "2024-10-07T12:34:56.789Z",
  "maxSizeBytes": 1048576
}

Common Causes

How to Fix

  1. Reduce the size of the eventContent object
  2. Remove unnecessary fields from the payload
  3. Split large requests into multiple smaller requests
  4. Store large data elsewhere and include only references in the event

Related Errors


Need help? Contact developers@marketingpod.com and include the requestId from your error response.