approvalPolicies

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.

get/approval-policies

Query parameters

pageinteger

Page number for pagination

limitinteger

Number of items per page

searchstring

Search by policy name, purpose, or owner name

level_typestring

Comma-separated owner scope: company, account, group, location, bank_account

is_enabledboolean

Filter enabled/disabled policies

ottimate_location_idinteger

Filter to policies scoped to (owning) this location

has_missing_approverboolean

Filter to policies with (or without) a missing-approver warning -- supports health-dashboard use cases

Headers

Authorizationstring required

OAuth2 authentication flows. Auth server URLs will vary by environment

X-Api-Keystring required

API key for authentication

X-API-Versionstring

API version to use (optional, defaults to latest). Supported values: 1.0.0, 1.1.0.

Response

Successful response with paginated policy list

ApprovalPoliciesGetApprovalPoliciesRootResponse200 required

Empty response body

Changes