---
title: "Ingest Source Consumer Portal"
method: POST
path: "/ingest/api/v1/source/{source_id}/dashboard"
tags: ["Ingest Source"]
---

# Ingest Source Consumer Portal

`POST /ingest/api/v1/source/{source_id}/dashboard`

Get access to the Ingest Source Consumer Portal.

## Path parameters

- `source_id` string, required — The Source's ID or UID.

## Headers

- `idempotency-key` string

## Request body

- IngestSourceConsumerPortalAccessIn
  - `expiry` integer, nullable — How long the token will be valid for, in seconds. Valid values are between 1 hour and 7 days. The default is 7 days.
  - `readOnly` boolean, nullable — Whether the app portal should be in read-only mode.

## Response `200`

- DashboardAccessOut
  - `url` string, uri, required
  - `token` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `429` — Too Many Requests

---

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