Tips for Working with APIs
Techniques for customizing HTTP payloads, retrying, and capturing response data.
- Capture the response code and response headers from the last HTTP call
- Copy response from the HTTP request to a file
- Send a content of the file as a payload for an HTTP endpoint
- Configure auto-retry when working with web services
- Create a Payload for an HTTP Call Using a Template with Tokens
- How to Use Memory Connection to Work with the Response from a Web Service