Management Api /api/v2/connections/{id}/status doesn't work

Hi @lbarbosa,

Thanks for the reply.

Could you share the code snippet you used to request the Management API?

Does your request look something like the following?

curl -L 'https://{{YOUR_DOMAIN}}/api/v2/connections/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {{MANAGEMENT_API_TOKEN}}

Thanks,
Rueben