Skip to main content
GET
Get approval policy

Authorizations

x-dolfin-api-key
string
header
required

An API key issued to your client. It carries the client's scope; org-scoped calls also require the x-dolfin-organisation-id header. Keys are created and revoked by a client administrator.

Headers

x-dolfin-organisation-id
string<uuid>

Target organisation. Required when authenticating with an API key; omit for Bearer callers (resolved from the token).

Path Parameters

id
string<uuid>
required

Response

OK

id
string<uuid>
required
name
string
required
priorityOrder
required

0–1000, lower wins. Also the UI sort order.

active
boolean
required
supplierIds
string<uuid>[]
required

Empty ⇒ global policy (any supplier). Otherwise the policy is supplier-specific.

supplierStanding
enum<string>
required
Available options:
Any,
New,
Established
action
enum<string>
required
Available options:
AutoApprove,
AlwaysReview,
AutoVoid
approverUserIds
string<uuid>[]
required

Approvers for AlwaysReview. Empty ⇒ no designated approver (admins action in-app).

createdAt
string<date-time>
required
updatedAt
string<date-time>
required
amountGte
amountLte
currency
null | string

ISO 4217. Set when an amount condition is present; scopes the policy to this currency.