Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
breakoutModewide
languagebash
/usr/bin/curl --fail --silent \
  https://core.fairandsmart.com/api/organisations/MY_ORG/consents?limit=1000  \
  -H "accept: application/zip" \
  -H "authorization: Bearer ACCESS_TOKEN" \
  -o consents.zip

...