---
title: "Returns information about the current user."
method: GET
path: "/v3/customers/current"
tags: ["Customers"]
---

# Returns information about the current user.

`GET /v3/customers/current`

Returns the first, middle and last name of the authenticated user.

You'll need an API key and access token to use this resource.
	
Please consult our [Authorization FAQ](http://developers.gettyimages.com/en/authorization-faq.html) for more information on authorization tokens.

## 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

- GettyImagesServicesConnectPublicModelsCustomersCustomerInfoResponse
  - `first_name` string, nullable
  - `middle_name` string, nullable
  - `last_name` string, nullable

## Other responses

- `400` — InvalidRequestParameters
- `401` — Unauthorized
- `503` — ServiceUnavailable

---

[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)
