For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request GET '/bookings//documents/by-phase' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'{
"BOOKING": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "GENERATED",
"downloadUrl": "https://s3.amazonaws.com/bucket/booking-doc.pdf"
}
],
"AGREEMENT": [
{
"id": "4fa85f64-5717-4562-b3fc-2c963f66afa7",
"status": "SIGNED",
"downloadUrl": "https://s3.amazonaws.com/bucket/agreement-doc.pdf"
}
]
}