Skip to main content
GET
/
streams
/
{id}
/
readiness
Check whether a stream is ready to start.
curl --request GET \
  --url https://api.streamloop.app/v1/streams/{id}/readiness \
  --header 'Authorization: Bearer <token>'
{
  "issues": [
    {
      "code": "<string>",
      "error": "<string>",
      "suggestion": "<string>"
    }
  ],
  "ready": true
}

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization-code flow with PKCE.

Path Parameters

id
string
required

Resource identifier.

Response

Successful response.

issues
object[]
required
ready
boolean
required