Organizations
Check product entitlements
Returns every product’s enabled status for the calling org. Use this instead of discovering Payout is off via a 403.
GET
Check product entitlements
Authorizations
API key for authentication
ES256 JWT signed by the private key registered to the API key above. Claims: sub (=API key), uri, nbf, iat, exp, and bodyHash (HMAC-SHA512 of uri + rawBody + nbf using a shared secret, base64).

