Unban streams
Request
Request-Line
POST /lls/v1.0/stream/unban
Query Parameters
Parameter | Type | Required | Description |
---|---|---|---|
streamIds | Array | Mandatory | Array of stream ids to ban. |
Response
Response Body
Parameter | Type | Required | Description |
---|---|---|---|
streamIds | Array | Mandatory | Array of stream ids to ban. |
status | String | Mandatory | Status of domain. Valid values: active. |
Examples
Unban Multiple Streams by UUID
This example shows how to unban two streams by their UUIDs.
Request
POST /lls/v1.0/stream/unban HTTP/1.1
{
"streamIds": [
"d290f1ee-6c54-4b01-90e6-d701748f0851",
"e7a4f5a0-2b1d-4c3e-8a9a-1b2c3d4e5f6a"
]
}
Successful Response Body
{
"streamIds": [
"d290f1ee-6c54-4b01-90e6-d701748f0851",
"e7a4f5a0-2b1d-4c3e-8a9a-1b2c3d4e5f6a"
],
"status": "active"
}
Best Practices
Rate Limiting
Rate Limits
Rate limiting is posed upon the API, please kindly check your API calls to ensure complying with the rate limit below:
- 100 requests per minute
- 1000 requests per hour