---
title: "Update profile extensions dynamically"
method: POST
path: "/v1/profiles/{profileId}/extension-requirements"
tags: ["profile"]
deprecated: true
---

# Update profile extensions dynamically

`POST /v1/profiles/{profileId}/extension-requirements`

> **Deprecated.**

{% admonition type="warning" %}
This endpoint is deprecated. Please check the [Additional Verification](/api-reference/verification) endpoints for providing additional verification details for a profile.
{% /admonition %}

Post extension requirements to discover additional required fields based on selected values. See the [GET extension-requirements](/api-reference/profile/profileextensionrequirementsget) endpoint for full details on how to use these endpoints together.

## Path parameters

- `profileId` integer, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Request body

- object

## Response `200`

Updated extension requirements based on submitted values.

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

[API](https://skmtc.net/wise/apis/platform-api.md) · [All operations](https://skmtc.net/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wise/platform-api/versions/4907a1d269ab/schema)
