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

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Response

200
application/json

The response is of type object.