---
title: Deep Links
author: Florian Klein
created: 2023-01-04T16:00
updated: 2024-04-26T09:52
---
# Deep Links

You can create deep links to reservations in the ibelsa.rooms application using the main reservation and room reservation ids you receive through the api endpoints.
[ibelsa rooms API documentation](/api/doc)

**Structure:**

Deeplink to a main reservation\
`https://rooms.ibelsa.com/de/application?goto=mr_{main_reservation_id}`

Deeplink to a room reservation\
`https://rooms.ibelsa.com/de/application?goto=rr_{room_reservation_id}`