Last updated 5 months ago
Was this helpful?
GET /api/v3/activity HTTP/1.1 Host: api.apono.io Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
OK
{ "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 } }