GET
/
v1
/
customer-portal
/
downloadables
/
{token}
from polar_sdk import Polar


with Polar() as polar:

    res = polar.customer_portal.downloadables.get(token="<value>")

    assert res is not None

    # Handle response
    print(res)
"<any>"

Path Parameters

token
string
required

Response

200
application/json

Successful Response

The response is of type any.