Home/Glossary/Payload
Glossary

Payload

A payload is the actual data being transmitted in an API request or response, as opposed to metadata like headers or status codes. In a POST request, the payload typically contains the data for the resource being created - for example, user details in JSON format. Response payloads contain the requested data or confirmation of an action. Payload size affects API performance and is often subject to size limits set by the API provider.

Related Terms

Related Articles