v2024-05-25
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
Financing
Payment records
Projects
Tags
Accounts payable
Analytics
Approval policies
Approval requests
Comments
Credit notes
Payable line items
Payables
Purchase orders
Accounts receivable
Measure units
Overdue reminders
Payment reminders
Payment terms
Products
Receivables
Recurrences
VAT rates
GET
Get 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
Files
Mail templates
Mailbox domains
Mailboxes
PDF templates
Text templates
API Status
Partner Portal
Accounts receivable
VAT rates
Get VAT rates
GET
https://
api.sandbox.monite.com/v1
/
vat_rates
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
counterpart_address_id
string
Optional
counterpart_id
string
Optional
counterpart_vat_id_id
string
Optional
entity_vat_id_id
string
Optional
product_type
"product" or "service"
Optional
Allowed values:
product
service
Response
Successful Response
data
list of objects
Show 9 properties
Errors
400
Get Vat Rates Request Bad Request Error
401
Get Vat Rates Request Unauthorized Error
403
Get Vat Rates Request Forbidden Error
404
Get Vat Rates Request Not Found Error
422
Get Vat Rates Request Unprocessable Entity Error
500
Get Vat Rates Request Internal Server Error
Create a batch payment
Up Next