curl --request GET \
--url https://app.aseed.ai/custdev/api/interviews/join/{access_token}{
"room_name": "<string>",
"max_duration_minutes": 123,
"status": "<string>",
"project_name": "<string>",
"expires_at": "2023-11-07T05:31:56Z",
"language": "<string>",
"topics_for_respondent": "<string>"
}Get public information about an interview room.
This is a public endpoint for respondents to get room info before joining. Does not require authentication.
Parameters:
Returns:
curl --request GET \
--url https://app.aseed.ai/custdev/api/interviews/join/{access_token}{
"room_name": "<string>",
"max_duration_minutes": 123,
"status": "<string>",
"project_name": "<string>",
"expires_at": "2023-11-07T05:31:56Z",
"language": "<string>",
"topics_for_respondent": "<string>"
}Was this page helpful?