Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve booking details
cURL
curl --request GET \ --url https://api.example.com/bookings/{id}
curl https://api.midasprotocol.org/bookings/booking-uuid \ -H "Authorization: Bearer pp_your_key"
{ "id": "uuid", "status": "CONFIRMED", "confirmationCode": "BK-ABC123", "serviceName": "Translation Service", "totalAmount": "25.00", "currency": "USDC", "fees": "0.50", "transactions": [...], "escrow": { ... } }