curl --request POST \
--url https://loyalty-admin.appstle.com/loyalty/cp/api/claim-social-media-points \
--header 'Content-Type: application/json' \
--data '
{
"earnRuleId": 123
}
'Documentation Index
Fetch the complete documentation index at: https://developers.appstle.com/llms.txt
Use this file to discover all available pages before exploring further.
Social media points claim request with earn rule ID
Social media points claimed successfully
curl --request POST \
--url https://loyalty-admin.appstle.com/loyalty/cp/api/claim-social-media-points \
--header 'Content-Type: application/json' \
--data '
{
"earnRuleId": 123
}
'