πAuthentication
Authentication Methods
Getting Access Token
Example Request
curl --location 'https://sandbox.chainrewardz.net/auth/v3/login' \
--header 'Api-Key: {{api_key}}' \
--header 'Api-Secret: {{api_secret}}' \
--data '{
"method": "web2",
"userId": "user12345",
"membershipId": "membership67890"
}'Example Response
Last updated