GET
/
v1
/
products
/
eligibility
Batch Eligibility Lookup
curl --request GET \
  --url https://sandbox.api.withgale.com/v1/v1/products/eligibility \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "product_id": "<string>",
      "eligibility_type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

ids
string
required

Comma-separated product IDs

Response

200 - application/json

Eligibility returned

The response is of type object.