Documentation

Developers

Featured Endpoints

Checkouts

Discounts

License Keys

Oauth2

Organizations

Products

Users

Issue Funding Endpoints

External Organizations

Repositories

Other Endpoints

Advertisements

Articles

Benefits

Checkout-Links

Checkouts

Custom-Fields

Files

Metrics

Oauth2

Orders

Subscriptions

Users

users

List Downloadables

get
/v1/users/downloadables/
curl -X GET \
    'https://api.polar.sh/v1/users/downloadables/' \
    -H "Accept: application/json" \
    -H "Authorization: Bearer <token>" \
    
Responses
{
  "items": [
    {
      "id": "00000000-0000-0000-0000-000000000000",
      "benefit_id": "00000000-0000-0000-0000-000000000000",
      "file": {
        "id": "00000000-0000-0000-0000-000000000000",
        "organization_id": "00000000-0000-0000-0000-000000000000",
        "name": "string",
        "path": "string",
        "mime_type": "string",
        "size": 0,
        "storage_version": "string",
        "checksum_etag": "string",
        "checksum_sha256_base64": "string",
        "checksum_sha256_hex": "string",
        "last_modified_at": "2024-12-03T00:00:00.000Z",
        "download": {
          "url": "string",
          "headers": {},
          "expires_at": "2024-12-03T00:00:00.000Z"
        },
        "version": "string",
        "is_uploaded": false,
        "service": "downloadable",
        "size_readable": "string"
      }
    }
  ],
  "pagination": {
    "total_count": 0,
    "max_page": 0
  }
}