Authentication
Last updated
Last updated
RedeemSG uses API keys to authenticate requests. Each retailer should use an API key which uniquely identifies them.
Authentication with your API key is performed by providing it in the header x-api-key:
Test mode keys will have the prefix test_
and live mode keys will have the prefix live_
.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
To test that retailers are properly authenticated, you can send in this request body to with the API-key you have created (step-by-step guide ).