cURL
curl --request GET \ --url https://fuse.flatirons.com/api/v1/imports \ --header 'Authorization: Bearer <token>'
{ "data": [ { "slug": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "row_count": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "status": "created", "template": { "name": "<string>", "slug": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }, "metadata": {} } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The page number for pagination
Number of records per page, maximum of 100
filtered imports found
The response is of type object.
object