---
title: "Update Creator Terms"
method: PATCH
path: "/v1/creators/{creator_id}/terms"
tags: ["Creators"]
---

# Update Creator Terms

`PATCH /v1/creators/{creator_id}/terms`

## Path parameters

- `creator_id` string, required

## Request body

- CreatorTermsUpdate — Fields to correct on accepted terms; unset fields keep their current value.
  - `legal_name` string
  - `date_of_birth` string, date
  - `country` string
  - `state` 'US-AL' | 'US-MS' | 'US-NE' | 'US-PR'

## Response `200`

Successful Response

- CreatorTermsRead
  - `id` string, required
  - `accepted_at` integer, required
  - `legal_name` string
  - `date_of_birth` string, date
  - `country` string
  - `state` 'US-AL' | 'US-MS' | 'US-NE' | 'US-PR'
  - `age` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/aghanim/apis/aghanim-server-to-server-api.md) · [All operations](https://skmtc.net/aghanim/apis/aghanim-server-to-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aghanim/aghanim-server-to-server-api/revisions/8662e77bc1e2/schema)
