cURL
curl --request POST \ --url https://app.superleap.com/api/v1/org/audit_data \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>' \ --data ' { "objects": [ { "slug": "<string>" } ] } '
Show Properties
curl --location 'https://app.superleap.com/api/v1/org/audit_data' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer SUPERSECRETREDACTEDKEY' \ --data '{ "objects": [ { "slug": "lead" }, { "slug":"user" } ] }'