Usual 1-2-3 steps on API Integration

First steps with GBO API.

  1. Apply for partnership using this form.
  2. Obtain an auth token from [email protected].
    1. (optional) We recommend to install Postman as it is a great tool for integration. Here is a link to the Gift Baskets Overseas API Postman Collection.
  3. Use the Gift Categories route to obtain a list of our gift categories.
  4. Use the List of Gifts route to obtain a list of gifts for a specific category or country.
  5. Use the Gift Details route to obtain detailed info on each gift.
  6. Set up ordering flow with the Create an Order API.
  7. Use the Get Order Details API for tracking information.