You can export raw Claimlane data manually to preview the structure and generate the API URL required for automated exports.
Export data manually
Log in to Claimlane and open your Inbox.
Select the four-square icon in the top-right corner to open your Company Dashboard.
Select Data Export from the left menu.
Choose the organisation type, data type, retailers, and date range.
Select Export Data.
The export is sent to the email address associated with your login. Large exports may arrive in multiple emails. Run a manual export at least once so you understand the format before automating it.
Generate the API URL
In Data Export, select Show API URL.
Copy the custom URL generated from your selected filters and timeframe.
Use this URL to automate exports through the Claimlane API.
Raw-data endpoint
Endpoint: /v2/company/raw-data
Authentication: Include the API key provided by [email protected] in the api-key header.
Query parameters
fromDateUnix— Required. Start of the date range as a Unix timestamp in seconds. Example:1748728800.toDateUnix— Required. End of the date range as a Unix timestamp in seconds. Example:1751320799.organizationIds— Required. One or more organisation IDs, separated by commas. Find the ID in the Claimlane Inbox URL:app.claimlane.com/home/supplier-or-retailer/yourOrganizationId/.companyId— Your company ID. Find it in the company-view URL:app.claimlane.com/company/yourCompanyId.dataType— Required. Type of data to export, such asb2cProductData,b2bProductData, orb2cWorkloadData.organizationType— Required. Organisation type, such asretailerorsupplier.page— Page number for paginated results. The default is1.format=map— Optional. Returns a flattened format that is easier to parse and use in tools such as Power BI.
Common errors
401 Unauthorized
Missing or invalid API key. Confirm that the request includes the API key in the api-key header.
403 Forbidden
You do not have access to this resource. The API key is valid but does not have permission for the requested company or organisation.
500 Internal Server Error
An unexpected server error occurred. Try again later. If the problem continues, contact [email protected].