cURL
curl --request GET \ --url https://sandbox.api.withgale.com/v1/v1/products/eligibility \ --header 'Authorization: Bearer <token>'
{ "results": [ { "product_id": "<string>", "eligibility_type": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Comma-separated product IDs
Eligibility returned
The response is of type object.
object