Download attachment

Checkpoints

πŸ‘

At this stage you should already have done a GET request

For further information go to Response data

Use our API reference to download an attachment

If the response contains an attachment, you can get it via our GET attachments endpoint, that you can consult in our API reference.

  1. Go to GET a request and copy the "attachments" id

  1. Use GET Attachment and paste the attachment id in the id field
  2. Click on 'Try it!'
  1. The data returned in "data" is in base64. You can use online tools (example) to decode the returned data.

What’s Next