Login
Remember
Register
Ask a Question
What is the Payload in Postman?
+1
vote
asked
Jan 29, 2023
in
POSTMAN
by
john ganales
What is the Payload in Postman?
postman-payloads
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 29, 2023
by
john ganales
The Payload of an API Module is the body of your request and response message. When making an API request, it contains the data you send to the server. You can send and receive Payload in various formats, for example, JSON or XML.
...