---
title: "Get Portal Config Credentials"
method: GET
path: "/api/integrazu/portal-config/credentials"
tags: ["Portal Configuration"]
---

# Get Portal Config Credentials

`GET /api/integrazu/portal-config/credentials`

Pre-fill payload for the "Configurar" dialog of an already-submitted portal.

Returns identifier fields (client_id/username/prefix/email) in plaintext so the
form can pre-populate them, plus a filled/not-filled boolean per true secret —
secret values are NEVER returned. Tenant-guarded by company.

pv_id is accepted for symmetry with the dialog but not used for lookup: a
config row is keyed by (brand, portal, company), so it's resolved brand-level.

## Query parameters

- `brand_id` integer, required
- `portal_slug` string, required
- `pv_id` integer, nullable

## Headers

- `x-api-token` string, nullable

## 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)
