Last updated 2 months ago
OK
const response = await fetch('https://api.apono.io/api/v3/activity', { method: 'GET', headers: {}, }); const data = await response.json();
{ "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": 0, "limit": 0, "offset": 0 } }