Store Information
Get Store Information endpoint, manage store profile settings.
Get Store Information
GET /stores/{store_hash}/v2/store
Request
Returns metadata about a store.
Authentication
- X-Auth-Token in header - required
Parameters
- store_hash in path - string
- Accept in header with default of application/json - string - required
- Content-Type in header with default of application/json - string - required
example
Response
Body
application/json
response
Get System Timestamp
GET /stores/{store_hash}/v2/time
Request
Returns the system timestamp at the time of the request. The time resource is useful for validating API authentication details and testing client connections.
Authentication
- X-Auth-Token in header - required
Parameters
- store_hash in path - string
- Accept in header with default of application/json - string - required
- Content-Type in header with default of application/json - string - required
example
Response
Body
object | application/json
Store Time in Unix format.
timeinteger