Get a Hosted Session
Retrieve an existing hosted session resource
Path parameters
-
hosted_session_id parameter
GET /hosted_sessions/{hosted_session_id}
curl \
-X GET https://api.arta.io/hosted_sessions/{hosted_session_id} \
-H "Authorization: ARTA_APIKey s0e1t2e3c4a5s6t7r8o9n10o11m12y"
Response examples (200)
{
"id": 42,
"url": "https://book.arta.io/b/42/6f76b6e1-ce25-43a9-b4ea-2ceaac24ec7e",
"tags": [],
"origin": {
"city": "New York",
"title": "Warehouse",
"region": "NY",
"country": "US",
"contacts": [
{
"name": "Mary Quinn Sullivan",
"phone_number": "(333) 333-3333",
"email_address": "mary@example.com"
}
],
"postal_code": "10019",
"address_line_1": "11 W 53rd St",
"address_line_2": null,
"address_line_3": null,
"access_restrictions": []
},
"status": "new",
"objects": [
{
"id": 12345,
"type": "art",
"depth": "2",
"value": "100.00",
"width": "36",
"height": "24",
"images": [],
"weight": "1",
"details": {
"notes": "notes",
"title": "It's just jazz",
"creator": "Robert Irwin",
"is_cites": false,
"materials": [],
"is_fragile": false,
"creation_date": null
},
"subtype": "painting_unframed",
"weight_unit": "lb",
"value_currency": "USD",
"current_packing": [],
"public_reference": null,
"internal_reference": null,
"unit_of_measurement": "in"
}
],
"insurance": null,
"shortcode": "DEMO-B49SVZ",
"cancel_url": "http://example.com/cancel",
"created_at": "2021-01-21T17:22:08.818747",
"updated_at": "2021-01-21T17:22:10.129653",
"destination": null,
"success_url": "http://example.com/success",
"private_token": "6f76b6e1-ce25-43a9-b4ea-2ceaac24ec7e",
"shipping_notes": null,
"payment_process": "invoicing",
"public_reference": null,
"internal_reference": null,
"additional_services": [
"signature_delivery"
],
"preferred_quote_types": []
}
Response examples (404)
# Headers
content-type: application/json
x-arta-request-id: FkBjuxbwLLTx4RoAARkx
# Payload
{
"errors": {
"detail": "string"
}
}