cURL
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" ]
This endpoint is used to get benefit valid effective months
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The response is of type object.
object