Path parameters
-
attachment_id parameter
GET /attachments/{attachment_id}
curl \
-X GET https://api.arta.io/attachments/{attachment_id} \
-H "Authorization: ARTA_APIKey s0e1t2e3c4a5s6t7r8o9n10o11m12y"
Response examples (200)
{
"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
}
Response examples (404)
# Headers
content-type: application/json
x-arta-request-id: FkBjuxbwLLTx4RoAARkx
# Payload
{
"errors": {
"detail": "string"
}
}