cURL
curl --request GET \ --url https://api.mottostreaming.com/annotations/action_secrets/v1/{secret_id} \ --header 'Authorization: Bearer <token>'
{ "secret": { "id": "<string>", "project_id": "<string>", "description": "<string>" } }
GetActionSecret
Returns an action 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