curl --request GET \
--url https://admin.snagsolutions.io/api/loyalty/rule_chains/status \
--header 'X-API-KEY: <api-key>'{
"data": [
{
"loyaltyRuleId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"isCompleted": true,
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"walletAddress": "<string>"
}
]
}Get the status of a loyalty rule chains
curl --request GET \
--url https://admin.snagsolutions.io/api/loyalty/rule_chains/status \
--header 'X-API-KEY: <api-key>'{
"data": [
{
"loyaltyRuleId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"isCompleted": true,
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"walletAddress": "<string>"
}
]
}Unique identifier(s) for the user. Max 20.
"123e4567-e89b-12d3-a456-426614174004"
200
Show child attributes
Was this page helpful?