Search...
/
Get support
See a Demo
Home
API Reference
Home
API Reference
Authentication
API Reference
Transactions
Users
Rewards
Merchants
Offers
Locations
GET
Get Eligible Locations
GET
Get Location by ID
GET
Get Locations by Merchant ID
GET
Get Locations
Webhooks
Get support
See a Demo
API Reference
Rewards
Locations
Get Location by ID
GET
https://
rewards-api.getkard.com
/
rewards
/
merchant
/
location
/
:id
Retrieve location data for a specific Kard location ID.
Required scopes:
rewards:read
Path parameters
id
string
Required
The Kard location ID to query
Response
This endpoint returns an object.
_id
string
Location ID in Kard's system
merchantId
string
Merchant ID in Kard's system associated to location
name
string
Name of the location
locationType
"INSTORE"
Allowed values:
INSTORE
Type of offer associated to location, will always be in INSTORE
address
object
Address of location
Show 4 properties
geoLocation
object
Geo-coordinates of location
Show 2 properties
phone
string
Phone number for location
createdDate
datetime
Created date of location in Kard's system (UTC)
lastModified
datetime
Last modified date of location in Kard's system (UTC)
source
"NATIONAL" or "LOCAL"
Allowed values:
NATIONAL
LOCAL
Source of the merchant associated to the location
category
enum
Category of merchant associated with location
Show 17 enum values
operationHours
object
Optional
Hours of operation for location
Show 7 properties
googleId
string
Optional
GoogleId of location
Errors
400
Bad Request
401
Unauthorized
404
Not Found
500
Internal Server Error
Built with