Back to Glossary
apis-automationintermediateunit-4
Payload
Definition
The actual data sent in an API request or response.
In Plain English
The payload is like the contents of a package—the box is the request, but the payload is what is inside.
Real-World Example
When creating a customer via API, the payload might include name, email, and phone number.
Why It Matters for Your Work
Understanding payloads helps you know what data is being sent and received in integrations.
Common Mistake
Sending incomplete payloads. Missing required fields cause API requests to fail.
Related Terms
View Webhook
Webhook
A notification sent automatically from one system to another when something happens.