cURL
curl --request GET \ --url https://services.staging.app.dados.rio/rmi/v1/config/channels \ --header 'Authorization: Bearer <token>'
[ "<string>" ]
Retorna lista de canais disponíveis para opt-in/opt-out
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type string[].
string[]