Getting started

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 request a key here.

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.

Last updated