Participants

Approve a participant in the waiting room

POST
/api/v1/rooms/{roomId}/participants/{participantId}/approve

Authorization

tenant-api-key
x-api-key<token>

Tenant API key (backend only — never expose to a browser)

In: header

Path Parameters

roomId*string

Room CUID

participantId*string

Participant CUID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/api/v1/rooms/string/participants/string/approve" \  -H "Content-Type: application/json" \  -d '{    "approvedByExternalId": "user_host123"  }'
Empty