---
title: "Send Credential Request Email"
method: POST
path: "/api/integrazu/portal-config/request-email"
tags: ["Portal Configuration"]
---

# Send Credential Request Email

`POST /api/integrazu/portal-config/request-email`

Send a credential request email that the user receives and forwards to the
portal entity. The recipient is the point of sale's email when `pv_id` is
given (vehicle ad export flow); otherwise — the brand-level flow used by
/settings/portais, which has no PV in scope — it goes to the requesting
user's own email.

Payload:
{
    "pv_id": 10,          # optional — omit for the brand-level flow
    "brand_id": 1,
    "portal_slug": "standvirtual",
    "portal_title": "StandVirtual",
    "required_fields": ["Client ID", "Client Secret", "Username", "Password"]
}

## Headers

- `x-api-token` string, nullable

## Request body

- object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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