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"
},
{...}
]
Last updated