---
title: "Get Creator Profile"
method: GET
path: "/v4/account/creator_profile"
tags: ["Accounts"]
---

# Get Creator Profile

`GET /v4/account/creator_profile`

Returns the account's Creator Profile — the public-facing identity shown on their Kit profile page and in the Creator Network: display `name`, `byline`, `bio`, `image_url`, and the public `profile_url`.

**Note:** returns `404` when the account hasn't set up a Creator Profile, so handle that case rather than treating it as an error in your integration.

## Response `200`

Returns Creator Profile details

- object
  - `profile` object, required
    - `name` string, required
    - `byline` string, required
    - `bio` string, required
    - `image_url` string, required
    - `profile_url` string, required

## Other responses

- `401` — Returns a 401 if the token and/or account cannot be authenticated
- `404` — Returns a 404 if the creator profile doesn't exist

---

[API](https://skmtc.net/kit/apis/kit-api.md) · [All operations](https://skmtc.net/kit/apis/kit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kit/kit-api/revisions/0df0c90d12da/schema)
