Integrations - Record
Response
The information a system sends back after receiving and handling a request
What's it for?
Carries the result back after a system has handled a request.
For example…
The rooms API responds with a list of free rooms and a 200 status when the search works
The API response contains status 200 and the customer's current orders after the request is handled successfully
Think of it like…
The answer you get after submitting a form — yes, no, or 'please fix these fields'