Currently, we have integration with Clio USA API. We want to support also Europe and Canada regions. To get data we add X-Bulk
header with value true
. It works fine for USA API but returns 403 for EU and CA APIs. Is X-Bulk
header supported for Europe and Canada regions?
Without X-Bulk
header we receive response from EU and CA API. So, token is correct.