v2024-01-31
Search...
/
API Status
Partner Portal
Home
Guides
API Explorer
GitHub
Support
Home
Guides
API Explorer
GitHub
Support
API Concepts
Overview
Environments and URLs
Authentication
API versioning
Rate limiting
HTTP headers
Pagination, sorting, and filtering
General
Access tokens
Partner settings
Webhook subscriptions
Webhook deliveries
Events
Common
Entities
Entity bank accounts
Entity persons
Entity VAT IDs
Roles
Entity users
Counterparts
Counterpart addresses
Counterpart bank accounts
Counterpart contacts
Counterpart VAT IDs
Payment records
Projects
Tags
Accounts payable
Approval policies
Approval requests
Comments
Payable line items
Payables
Purchase orders
Accounts receivable
Measure units
Overdue reminders
Payment reminders
Payment terms
Products
Receivables
Recurrences
VAT rates
Payments
Batch payments
Entity bank account verifications
Entity onboarding data
Onboarding documents
Onboarding links
Onboarding requirements
Payment intents
Payment links
Payment methods
Accounting integration
Accounting connections
Accounting data pull
Accounting synchronized records
Accounting tax rates
Ledger accounts
Utilities
Audit logs
GET
Get the audit log
GET
Get an audit log entry
Data export
Data export - extra data
Files
Mail templates
Mailbox domains
Mailboxes
PDF templates
Text templates
API Status
Partner Portal
Utilities
Audit logs
Get the audit log
GET
https://
api.sandbox.monite.com/v1
/
audit_logs
Headers
Auth
Authorization
string
Required
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-version
string
Required
x-monite-entity-id
string
Optional
Query parameters
pagination_token
string
Optional
entity_user_id
string
Optional
path__contains
string
Optional
type
"request" or "response"
Optional
Allowed values:
request
response
method
enum
Optional
Allowed values:
GET
POST
PUT
PATCH
DELETE
status_code
integer
Optional
timestamp__gt
datetime
Optional
timestamp__lt
datetime
Optional
timestamp__gte
datetime
Optional
timestamp__lte
datetime
Optional
page_size
integer
Optional
page_num
integer
Optional
Response
Successful Response
data
list of objects
Show 15 properties
total_logs
integer
total_pages
integer
next_pagination_token
string
Optional
prev_pagination_token
string
Optional
Errors
422
Unprocessable Entity
500
Internal Server Error
Get an audit log entry
Up Next