Retrieve a paginated list of invoice approval policies
Returns a paginated list of invoice approval policies visible to the authenticated user. Used by partners to audit or sync policy configuration.
Authentication
AuthorizationBearer
OAuth2 authentication flows. Auth server URLs will vary by environment
Headers
X-Api-Key
API key for authentication
X-API-Version
API version to use (optional, defaults to latest). Supported values: 1.0.0, 1.1.0.
Query parameters
page
Page number for pagination
limit
Number of items per page
search
Search by policy name, purpose, or owner name
level_type
Comma-separated owner scope: company, account, group, location, bank_account
is_enabled
Filter enabled/disabled policies
ottimate_location_id
Filter to policies scoped to (owning) this location
has_missing_approver
Filter to policies with (or without) a missing-approver warning — supports health-dashboard use cases
Response
Successful response with paginated policy list
Errors
401
Unauthorized Error
403
Forbidden Error

