---
title: "Collect user consent for guidance"
method: POST
path: "/v3/guidance/consents"
tags: ["Guidance"]
---

# Collect user consent for guidance

`POST /v3/guidance/consents`

For eligible partners only. Collect user consent for financial guidance services

## Request body

- object
  - `user_uuid` string, uuid, required — The UUID of the user giving consent
  - `country_code` string, required — The ISO 3166-1 alpha-2 country code (2 letters)
  - `company_identification_number` string, required — The identification number of the company (SIREN, ...) (9 digits)
  - `language` 'fr' | 'en' — Optional language used to generate guidance content. Defaults to fr when omitted.
  - `contact_email` string, email — Optional contact email address
  - `contact_phone_number` string — Optional contact phone number

## Response `200`

Consent collected successfully

## Other responses

- `400` — Invalid request body
- `404` — User not found

---

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