Retrieve All Audit Logs

Retrieves specific records for an Audit Log schema.

🚧

Authentication

All BigPanda APIs require Bearer Token Authorization in the call headers.

This API uses the User API Key type of Authorization token.

Sample Calls

curl --request GET \
     --url https://api.bigpanda.io/resources/v2.0/audit/logs \
     --header 'Authorization: Bearer <User API KEY>' \
     --header 'Content-Type: application/json; charset=utf8'
curl --request GET \
     --url https://eu-api.bigpanda.io/resources/v2.0/audit/logs \
     --header 'Authorization: Bearer <User API KEY>' \
     --header 'Content-Type: application/json; charset=utf8'
Language