Skip to main content
GET
/
channel-api
/
v1.0
/
channel
/
current
Get current channel for channel API client
curl --request GET \
  --url https://api.fourthwall.com/channel-api/v1.0/channel/current
{
  "id": "<string>",
  "name": "<string>",
  "keycloakClientId": "<string>",
  "createdAt": "2023-11-07T05:31:56Z"
}
This endpoint is in beta and subject to change.

Response

200 - application/json

OK

id
string
required
name
string
required
keycloakClientId
string
required
createdAt
string<date-time>
required