get https://example.com/admin/customers//contracts
Log in to see full request history
Responses
xxxxxxxxxx
curl --request GET \
--url https://example.com/admin/customers/customer_id/contracts \
--header 'accept: application/json'
xxxxxxxxxx
12[
{
"id": 42,
"actual_pickup_at": "2021-01-14T20:00:00Z",
"actual_dropoff_at": "2021-01-17T15:00:00Z",
"balance": "$254.00",
"confirmation_token": "7713738FG3",
"status": "booked",
"scheduled_pickup_at": "2021-01-14T20:00:00Z",
"scheduled_dropoff_at": "2021-01-17T15:00:00Z"
}
]