Skip to main content

Authentication

How to use your API keys to authenticate requests

info

Get your API keys by signing up at https://smartretail.co

REST API Base Endpoints:

  • Test Environment: https://sit-global.sp.smartretail.co/api

  • Malaysia Production Environment: https://my.sp.smartretail.co/api

  • Hong Kong Production Environment: https://hk.sp.smartretail.co/api

  • Japan Production Environment: https://jp.sp.smartretail.co/api

  • Taiwan Production Environment: https://tw.sp.smartretail.co/api

  • Singapore Production Environment: https://sg.sp.smartretail.co/api

HTTP Header

danger

You must secure your API Key. API Keys in HTTP headers must only be sent from your servers.

Example HTTP request:

GET /api/v1/<api_route>
Accept: application/json
API-Key: <YOUR_API_KEY>