v2024-01-31
Search...
/
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
Data export
Data export - extra data
GET
Get All
POST
Create Extra Data
GET
Get Extra Data By Id
DEL
Delete Extra Data
PATCH
Update Extra Data
Files
Mail templates
Mailbox domains
Mailboxes
PDF templates
Text templates
Partner Portal
Utilities
Data export - extra data
Get All
GET
https://
api.sandbox.monite.com/v1
/
data_exports
/
extra_data
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
Required
The ID of the entity that owns the requested resource.
Query parameters
order
"asc" or "desc"
Optional
Order by
Allowed values:
asc
desc
limit
integer
Optional
Max is 100
pagination_token
string
Optional
A token, obtained from previous page. Prior over other filters
sort
"id" or "created_at"
Optional
Allowed sort fields
Allowed values:
id
created_at
created_at__gt
datetime
Optional
created_at__lt
datetime
Optional
created_at__gte
datetime
Optional
created_at__lte
datetime
Optional
updated_at__gt
datetime
Optional
updated_at__lt
datetime
Optional
updated_at__gte
datetime
Optional
updated_at__lte
datetime
Optional
object_id
string
Optional
field_name
string
Optional
field_value
string
Optional
Response
This endpoint returns an object.
data
list of objects
Show 8 properties
next_pagination_token
string
Optional
prev_pagination_token
string
Optional
Errors
401
Unauthorized
403
Forbidden
422
Unprocessable Entity
500
Internal Server Error