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