Reservation Status API

Get reservation status

Provides status information for an accommodation reservation.

get/connectivity-payments/reservations/{reservation-id}/status

Path parameters

reservation-idinteger required

The unique identifier of the reservation.

Headers

Authorizationstring required

Bearer token for authentication.

Response

Successfully fetched information about the cc status associated with provided reservation id

Example response

{
  "meta": {
    "ruid": "string"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.