---
title: "Update profile"
method: PUT
path: "/profile"
tags: ["Settings"]
---

# Update profile

`PUT /profile`

Update your Codat profile

## Request body

- Profile — Describes your Codat client instance
  - `name` string, required — The name given to the instance.
  - `logoUrl` string — Static url to your organization's logo.
  - `iconUrl` string — Static url to your organization's icon.
  - `redirectUrl` string, required — The redirect URL pasted on to the SMB once Codat's [Hosted Link](https://docs.codat.io/auth-flow/authorize-hosted-link) has been completed by the SMB.
  - `whiteListUrls` string[] — A list of urls that are allowed to communicate with Codat. If empty any url is allowed to communicate with Codat.
  - `apiKey` string — The API key for this Codat instance.
  - `confirmCompanyName` boolean — `True` if the company name has been confirmed.

## Response `200`

OK

- Profile — Describes your Codat client instance
  - `name` string, required — The name given to the instance.
  - `logoUrl` string — Static url to your organization's logo.
  - `iconUrl` string — Static url to your organization's icon.
  - `redirectUrl` string, required — The redirect URL pasted on to the SMB once Codat's [Hosted Link](https://docs.codat.io/auth-flow/authorize-hosted-link) has been completed by the SMB.
  - `whiteListUrls` string[] — A list of urls that are allowed to communicate with Codat. If empty any url is allowed to communicate with Codat.
  - `apiKey` string — The API key for this Codat instance.
  - `confirmCompanyName` boolean — `True` if the company name has been confirmed.

## Other responses

- `401` — Your API request was not properly authorized.
- `402` — An account limit has been exceeded. The type of limit is described in the error property: - You have exceeded the 50-company limit that applies to a Free plan. Delete any companies you no longer need and retry the request. - The requested sync schedule is not allowed. You requested an hourly sync schedule but this functionality is not included in the Free plan. - Your Free account is older than 365 days and has expired. Contact support@codat.io.
- `403` — You are using an outdated API key or a key not associated with that resource.
- `429` — Too many requests were made in a given amount of time. Wait a short period and then try again.
- `500` — There is a problem with our server. Please try again later.
- `503` — The Codat API is temporarily offline for maintenance. Please try again later.

## Changes

> 52 revisions in range; 1 could not be searched.

- **2025-01-23** `e711c7acf8df` — 2 warning
  - removed the request property `alertAuthHeader`
  - removed the optional property `alertAuthHeader` from the response with the `200` status

[Change history](https://skmtc.dev/codatio/apis/platform-api/changes/profile/put.md)

---

[API](https://skmtc.dev/codatio/apis/platform-api.md) · [All operations](https://skmtc.dev/codatio/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/codatio/platform-api/revisions/bff9b9776ecf/schema)
