cURL
curl --request PUT \ --url https://www.catchthegoodones.com/api/v1/tracked-accounts/{id}
{ "account": { "id": 1, "xHandle": "youraccount", "tier": "top", "isActive": true } }
Re-activates a sleeping account and resumes syncing
Authorization
Bearer ctgo_your_api_key_here
id
curl -X PUT https://www.catchthegoodones.com/api/v1/tracked-accounts/1 \ -H "Authorization: Bearer ctgo_your_api_key_here"