Get Check Book Ordersget https://example.com/programs/{programCode}/accounts/{accountIdentifier}/checkBookOrdersRetrieves the list of check book orders for the specified account. Optionally filter by order confirmation token.Path ParamsprogramCodestringrequiredThe program code identifying the BaaS program context.accountIdentifierstringrequiredThe unique identifier for the account associated with the check book orders.Query ParamsorderConfirmationTokenstringThe confirmation token for the check book order (optional).HeadersX-GD-RequestIdstringrequiredA unique request identifier for tracking and logging. Should be a GUID.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsonResponses 200OK 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 2 months ago