List Quote Requests
Retrieve a paginated collection of Quote Request records belonging to your Organization
GET /requests
curl \
-X GET https://api.arta.io/requests \
-H "Authorization: ARTA_APIKey s0e1t2e3c4a5s6t7r8o9n10o11m12y"
Response examples (200)
# Headers
content-type: application/json
x-arta-request-id: FkBjuxbwLLTx4RoAARkx
# Payload
{
"items": [
{
"id": "6b12c76a-5217-4cd6-82d8-7aa5265ebaad",
"tags": [],
"origin": {
"city": "New York",
"region": "NY",
"country": "US",
"postal_code": "10019"
},
"status": "closed",
"bookable": {
"ready": true,
"missing": []
},
"insurance": null,
"shortcode": "DEMO-R29NAW",
"created_at": "2021-01-21T21:00:29.568665",
"updated_at": "2021-01-21T21:00:58.484566",
"destination": {
"city": "New York",
"region": "NY",
"country": "US",
"postal_code": "11249"
},
"quote_types": [
"parcel",
"select",
"premium"
],
"object_count": 1,
"public_reference": null,
"hosted_session_id": 724,
"internal_reference": null
}
],
"metadata": {
"page": 1,
"page_size": 20,
"total_count": 1
}
}