AladiaDocs
Api referenceRooms

Create a room

Create a forward

POST
/v2/rooms/{id}/forward/{targetRoomId}

Create a forward

AuthorizationBearer <token>

In: header

Path Parameters

id*string
targetRoomId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v2/rooms/string/forward/string" \  -H "Content-Type: application/json" \  -d '{    "messageIds": [      "string"    ]  }'
{  "data": [    "string"  ],  "cursor": {    "next": "string",    "prev": "string",    "totalItems": 0  }}