Get Voucher Program

GET https://api.uber.com/v1/organizations/:organization_id/voucher-programs/{{voucher_program_id}}

https://developer.uber.com/docs/vouchers/references/api/v1/organizations-organizationid-voucher-programs-voucherprogram_id-get

Use this endpoint to retrieve voucher details by providing the voucher program ID.

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
User-Agentstring

RESPONSES

status: OK

{"is_disabled":false,"name":"Uber Vouchers","description":"Test vouchers.","starts_at":1673942400000,"ends_at":1677225600000,"timezone":"America/Los_Angeles","currency_code":"USD","max_trips_per_client":2,"endmax_value_per_trips_at":5,"trip_restriction_type":"","dropoff_locations":null,"pickup_locations":null,"code_scheme":"SINGLE_CODE_MULTI_REDEEM","created_at":1675728429474,"usage_trip_count":0,"usage_voucher_claim_count":0,"usage_amount":0,"usage_amount_currency":"USD","value_per_trip_max_amount":5,"value_per_trip_deductible":5,"value_per_trip_percentage":100,"value_recurrence_period":"SINGLE","value_per_period_max_trips":2,"vehicle_category_types":null,"voucher_type":"PERSONAL_TRANSPORT","status":"ACTIVE","total_dollar_exposure":20,"guests":null}