List Attachments
Retrieve a paginated collection of Attachment records belonging to your Organization
GET /attachments
curl \
-X GET https://api.arta.io/attachments \
-H "Authorization: ARTA_APIKey s0e1t2e3c4a5s6t7r8o9n10o11m12y"
Response examples (200)
# Headers
content-type: application/json
x-arta-request-id: FkBjuxbwLLTx4RoAARkx
# Payload
{
"items": [
{
"id": 1942,
"upload_id": 4791,
"created_at": "2021-10-27T16:48:38.657228",
"request_id": "506d79b6-1e5e-4e8c-a266-74658fdaf4ee",
"updated_at": "2021-10-27T16:48:38.657228",
"shipment_id": null
}
],
"metadata": {
"page": 1,
"page_size": 20,
"total_count": 1
}
}