cURL
curl --request PUT \ --url https://api.gocobalt.io/api/v2/public/migrate-token \ --header 'Content-Type: application/json' \ --header 'linked_account_id: <linked_account_id>' \ --header 'x-api-key: <api-key>' \ --data '{ "auth_object": {} }'
{ "success": true, "message": "Integration - slack created" }
Show Example properties
slack