cURL
curl --request GET \ --url https://api.mottostreaming.com/annotations/sets/v1/{set_id} \ --header 'Authorization: Bearer <token>'
{ "set": { "id": "<string>", "project_id": "<string>", "name": "<string>", "icon_asset_id": "<string>", "priority": "<string>", "disabled": true, "custom_data": {}, "sport": "SPORT_UNSPECIFIED" } }
Returns an annotation type
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object