cURL
curl --request GET \ --url https://sandbox.hellgate.io/tokens/imports/{id}/failures \ --header 'X-API-Key: <api-key>'
{ "data": [ { "reason": "destination_error", "context": {} } ], "pagination": { "current_page": 1, "page_size": 1, "total_items": 1, "total_pages": 1 } }
The ID of the import.
The desired amount of records per page. The parameter defaults to 50 if it is omitted and has a maximum of 500.
1 <= x <= 500
The desired number of the page to return.
x >= 1
Success response
Show child attributes
The meta-data describing lists of data from the Commerce API. The pages are indexed from 1 up to the total_pages.
{ "current_page": 1, "page_size": 1, "total_items": 1, "total_pages": 1}