v1
latestOpenAPI 3.1.02026-07-241120379.1 KBSubscription benefit action
This endpoint is used to log the acceptance or rejection of a subscription benefit offered to a user. It accepts the subscription benefitContentId and user decision as state inputs and logs the information into the system's database for analytics purposes.
post/2023-10/subscription/{subscriptionId}/benefitAction
Path parameters
subscriptionIdinteger required
The unique identifier for a subscription in Loop.
Request body
Response
200
Example response
{
"success": true,
"message": "Benefit log added successfully",
"code": "SUCCESS"
}