GET
/
benefits#getBenefitValidEffectiveMonths
curl --request GET \
  --url 'https://sandbox.rollfi.xyz/benefits#getBenefitValidEffectiveMonths' \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "getBenefitValidEffectiveMonths"
}'
{
  "summary": "Success",
  "value": [
    "November 2024",
    "December 2024",
    "January 2025",
    "February 2025",
    "March 2025",
    "April 2025"
  ]
}

Body

application/json
method
string
required
getBenefitValidEffectiveMonths
string
required

Response

200
application/json

The response is of type object.