/
Get information about last import

Get information about last import

Method: GET

URL: https://pim-client.wizart.ai/api/v2.1/imports/last

Authorization: Type: Bearer Token, Token: Bearer eyJ0eXAiOiJKV1QiLCJhbG…

Headers: Accept: application/json

CURL:

curl --location --request GET 'https://pim-client.wizart.ai/api/v2.1/imports/last' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <Bearer Token>'
{ "data": [ { "type": "<string>", "id": "<string>", "attributes": { "path": "<string>", "original_name": "<string>", "status": "<string>", "status_message": "<string>", "result": "<string>", "mapping_id": "<string>", "created_at": "<string>", "updated_at": "<string>", "timezone": "<string>" } }, { "type": "<string>", "id": "<string>", "attributes": { "path": "<string>", "original_name": "<string>", "status": "<string>", "status_message": "<string>", "result": "<string>", "mapping_id": "<string>", "created_at": "<string>", "updated_at": "<string>", "timezone": "<string>" } } ] }

Related content

Сhecking import status by ID
Сhecking import status by ID
More like this
Get imports list
More like this
Get imports list by product type
Get imports list by product type
More like this
Delete specific import by ID
Delete specific import by ID
More like this