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
  1. Reference

Properties

A property object represents an individual Giftpro store, an API key can be attached to one or many stores.

All API key have access to this endpoint.

List properties

GET https://api.giftpro.co.uk/properties/

Returns a list of all properties the API key has been configured to have access to.

[
   {
      "accountID": 71,
      "accountName": "Montagne Group Hotels Limited",
      "domainID": 142,
      "name": "Hotel Montagne",
      "countryName": "United Kingdom",
      "isoAlpha2": "GB",
      "isoAlpha3": "GBR",
      "currencyCode": "GBP",
      "locale": "en_GB",
      "type": "Gifts"      
  },
  {...}
]
PreviousErrorsNextDelivery methods

Last updated 1 year ago