cURL
curl --request GET \ --url https://api.dots.dev/api/v2/accounts-payable/approvers \ --header 'Authorization: Basic <encoded-value>'
[ { "email": "[email protected]", "first_name": "<string>", "id": 123, "last_name": "<string>", "phone_number": "<string>", "role": "admin", "scope": "organization", "username": "<string>" } ]
List all approvers for api app
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
OK
admin
viewer
payer
ap_approver
ap_creator
organization
app
Was this page helpful?