Get Ticker

Fetch a user's studio ticker by ID

Info

Required scope: studio.read

Warning

This method requires authentication

Retrieve a specific studio ticker owned by the authenticated user.

curl -H "Authorization: Bearer [access token]" \
     https://api.restream.io/v2/user/studio/tickers/{tickerId}

Path Parameters

ParameterTypeDescription
tickerIdstring (UUID)The ID of the ticker to retrieve

Response

Success
Error (Not Found)
Error (Unauthorized)
{
  "id": "c3d4e5f6-a7b8-9012-cdef-345678901234",
  "text": "Follow us on Twitter @restream",
  "brandId": "f47ac10b-58cc-4372-a567-0e02b2c3d479"
}