cURL
curl --request GET \ --url https://app.d-sports.org/api/v1/product_entitlement_mapping
Returns the mapping of RevenueCat product IDs to entitlements (D-Sports Cash tiers and Frontline Pass). No authentication required.
{ success: true, data: { mappings: [{ productId, entitlement, metadata }] } }
Was this page helpful?