Giftpro API
  • Getting started
  • Common uses
    • Redeem at point-of-sale
    • Retrieving customer data
  • Filtering
  • Pagination
  • Errors
  • Reference
    • Properties
      • Delivery methods
    • Locations
    • Categories
    • Orders
      • Statuses
      • Address properties
    • Codes
      • Statuses
    • Balance events
      • Types of event
    • Vouchers
Powered by GitBook
On this page
  • Get your API keys
  • Authentication

Getting started

NextCommon uses

Last updated 1 year ago

Giftpro has a REST API which is available to all clients, the API accepts and returns JSON.

Get your API keys

API keys are generated by the Giftpro team. If you're an existing Giftpro user you can contact support using help@giftpro.co.uk to discuss API keys, if you're new to Giftpro you can

Authentication

Requests are authenticated using an API key. Any request that doesn't include an API key will return an error.

Authentication is handled with HTTP Basic Auth. Provide your API key as the basic auth username value. You do not need to provide a password.

curl https://api.giftpro.co.uk/ \
  -u :
request a key here.