Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
string
required

The ID of the organization.
Prefix with name= to retrieve the organization by name instead.

Response

OK

uuid
string<uuid>

The uuid of the user.

vouchers_total
string

The total voucher credit given to the user.

vouchers_applied
string

The part of total voucher credit applied to orders.

vouchers_remaining_balance
string

The remaining voucher credit, available for future orders.

currency
string

The currency of the vouchers.

vouchers
object[]

Array of vouchers.

Last modified on June 16, 2026