---
title: "Get Products"
method: GET
path: "/v3/products"
tags: ["Products"]
---

# Get Products

`GET /v3/products`

This endpoint returns all products available to the username used during authentication. As such, this endpoint requires the use of
a fully authorized access_token. The product data can then be used as search filters, restricting results to images from a specific product.

You'll need an API key and access token to use this resource.

## Query parameters

- `fields` GettyImagesServicesConnectPublicControllersProductsProductFieldValues[]

## Headers

- `Accept-Language` string — Provide a header to specify the language of result values. Supported values: cs (iStock only), de, en-GB, en-US, es, fi (iStock only), fr, hu (iStock only), id (iStock only), it, ja, ko (creative assets only), nl, pl (creative assets only), pt-BR, pt-PT, ro (iStock only), ru (creative assets only), sv, th (iStock only), tr, uk (iStock only), vi (iStock only), zh-HK (creative assets only).

## Response `200`

OK

- GettyImagesServicesConnectPublicModelsProductsProductsResult
  - `products` GettyImagesServicesConnectPublicModelsProductsProduct[], nullable
    - `application_website` string, nullable
    - `credits_remaining` integer, nullable
    - `download_limit` integer, nullable
    - `download_limit_duration` string, nullable
    - `download_limit_reset_utc_date` string, date-time, nullable
    - `downloads_remaining` integer, nullable
    - `expiration_utc_date` string, date-time, nullable
    - `id` integer
    - `name` string, nullable
    - `status` 'active' | 'inactive'
    - `type` 'easyaccess' | 'editorialsubscription' | 'imagepack' | 'premiumaccess' | 'royaltyfreesubscription' | 'creditpack' | 'aigen'
    - `ai_gen_requirements` GettyImagesServicesConnectPublicModelsProductsDownloadRequirements
      - `is_note_required` boolean
      - `is_project_code_required` boolean
      - `project_codes` string[], nullable
    - `download_requirements` GettyImagesServicesConnectPublicModelsProductsDownloadRequirements
      - `is_note_required` boolean
      - `is_project_code_required` boolean
      - `project_codes` string[], nullable
    - `overage` GettyImagesServicesConnectPublicModelsProductsOverageDetails
      - `limit` integer, nullable
      - `remaining` integer, nullable
      - `count` integer, nullable
      - `overages_reached` boolean, nullable
    - `agreement_name` string, nullable
    - `imagepack_resolution` string, nullable
    - `team_credits` integer, nullable

## Other responses

- `400` — InvalidRequestParameters
- `401` — Unauthorized
- `500` — CreditPack

---

[API](https://skmtc.net/gettyimages/apis/getty-images-api.md) · [All operations](https://skmtc.net/gettyimages/apis/getty-images-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gettyimages/getty-images-api/revisions/29f239eeae86/schema)
