cURL
curl --request POST \ --url https://api-qa.interactly.ai/integrations/public/v1/cadence/{integration}/get-records \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "live_sheet_link": "<string>" } '
{ "isValid": true, "error": "<string>", "records": [ {} ], "total_records": 123 }
Retrieve your API Key from Dashboard API Keys Section.
Successful Response