The Orders scope allows an API key to be used when making calls that relate to Loops block and allow lists using the Listings API endpoints.

Blocklist endpoints

  • List all blocklist items: GET /blacklists?page={page}
  • Get blocklist item by ID: GET /blacklists/{id}
  • Add an item to the blocklist: POST /blacklists
  • Delete an item from the blocklist: DELETE /blacklists/{id}

Allowlist endpoints

  • List all allowlist items: GET /whitelists?page={page}
  • Get allowlist item by ID: GET /whitelists/{id}
  • Add an item to the allowlist: POST /whitelists
  • Delete an item from the allowlist: DELETE /whitelists/{id}