Vouchers API - Production

Number of APIs: 14

The Vouchers API provides a way create and manage voucher programs and codes.

  1. Authorization - Generate Access Token (client_credentials) POST https://login.uber.com/oauth/v2/token

  2. Voucher program creation: Without Template - Create Voucher Program POST https://api.uber.com/v1/organizations/:organization_id/voucher-programs

  3. Voucher program creation: With Template - Create Voucher Template POST https://api.uber.com/v1/organizations/{{organization_id}}/voucher-program-templates

  4. Voucher Code Managment - Generate Voucher Codes POST https://api.uber.com/v1/organizations/:organization_id/voucher-programs/:voucher_program_id/codes/generate

  5. Voucher program creation: With Template - Create Voucher Program From Template POST https://api.uber.com/v1/organizations/{{organization_id}}/voucher-programs/create-from-template

  6. Voucher Program Managment - Get Voucher Program GET https://api.uber.com/v1/organizations/:organization_id/voucher-programs/{{voucher_program_id}}

  7. Voucher Program Managment - Search Voucher Programs POST https://api.uber.com/v1/organizations/:organization_id/voucher-programs/search

  8. Voucher Program Managment - Update Voucher Program PATCH https://api.uber.com/v1/organizations/:organization_id/voucher-programs/:voucher_program_id

  9. Voucher Program Managment - Cancel Voucher Program POST https://api.uber.com/v1/organizations/:organization_id/voucher-programs/:voucher_program_id/cancel

  10. Voucher Code Managment - Get Voucher Codes GET https://api.uber.com/v1/organizations/:organization_id/voucher-programs/:voucher_program_id/codes