cURL
curl --request GET \ --url https://dev.exante.app/api/organization/{organization_uid}/invoices/customer-filter-options \ --header 'Authorization: Bearer <token>'
{ "status": "success", "status_code": 200, "message": "Success", "data": { "customers": [ { "uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>" } ] } }
Returns up to 10 invoiced customers for searchable customer filter UIs.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Organization UID
Optional case-insensitive customer name search.
Customer filter options
"success"
200
"Success"
Show child attributes