Vouchers API - Production
Number of APIs: 14
The Vouchers API provides a way create and manage voucher programs and codes.
-
Authorization - Generate Access Token (client_credentials) POST https://login.uber.com/oauth/v2/token
-
Voucher program creation: Without Template - Create Voucher Program POST https://api.uber.com/v1/organizations/:organization_id/voucher-programs
-
Voucher program creation: With Template - Create Voucher Template POST https://api.uber.com/v1/organizations/{{organization_id}}/voucher-program-templates
-
Voucher Code Managment - Generate Voucher Codes POST https://api.uber.com/v1/organizations/:organization_id/voucher-programs/:voucher_program_id/codes/generate
-
Voucher program creation: With Template - Create Voucher Program From Template POST https://api.uber.com/v1/organizations/{{organization_id}}/voucher-programs/create-from-template
-
Voucher Program Managment - Get Voucher Program GET https://api.uber.com/v1/organizations/:organization_id/voucher-programs/{{voucher_program_id}}
-
Voucher Program Managment - Search Voucher Programs POST https://api.uber.com/v1/organizations/:organization_id/voucher-programs/search
-
Voucher Program Managment - Update Voucher Program PATCH https://api.uber.com/v1/organizations/:organization_id/voucher-programs/:voucher_program_id
-
Voucher Program Managment - Cancel Voucher Program POST https://api.uber.com/v1/organizations/:organization_id/voucher-programs/:voucher_program_id/cancel
-
Voucher Code Managment - Get Voucher Codes GET https://api.uber.com/v1/organizations/:organization_id/voucher-programs/:voucher_program_id/codes