Skip to main content
Get artist's latest booking requests
curl --request GET \
  --url http://localhost:3000/api/bookings/get-artist-latest-requests
{
  "bookings": [
    {}
  ],
  "totalCount": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.traza.com.au/llms.txt

Use this file to discover all available pages before exploring further.

We get the user id from the session on the server side.

Response

200 - application/json

Latest booking requests retrieved successfully

bookings
object[]
required
totalCount
number
required