Get Resource by Id
GET /v1/reservations/resource/{resourceId}
Gets information about a specific reservation resource.
Headers
Name
Value
Authorization
Bearer <token>
x-api-key
<api key>
Parameters
resourceId string(uuid) path parameter (required)
Identifier of the reservation resource.
Response
200 OK
Returns details about the requested resource.
Body
Last updated