Last updated 4 months ago
Was this helpful?
/api/v3/activity
curl -L \ --url 'https://api.apono.io/api/v3/activity' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "data": [ { "request_id": "text", "request_date": "text", "requestor_name": "text", "requestor_email": "text", "integration": "text", "resource_type": "text", "resources": [ "text" ], "permissions": [ "text" ], "justification": "text", "status": "text", "trigger_type": "text", "access_flow": "text" } ], "pagination": { "total": 1, "limit": 1, "offset": 1 } }