v2

latestOpenAPI 3.1.02026-07-312303692.4 MB
Ingest Source

Ingest Source Consumer Portal

Get access to the Ingest Source Consumer Portal.

post/ingest/api/v1/source/{source_id}/dashboard

Path parameters

source_idstring required

The Source's ID or UID.

Example:unique-identifier

The Source's ID or UID.

Headers

idempotency-keystring

The request's idempotency key

Request body

expiryinteger 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.

readOnlyboolean nullable

Whether the app portal should be in read-only mode.

Response

urlstring uri required
tokenstring required

Example response

{
  "url": "https://app.svix.com/login#key=eyJhcHBJZCI6ICJhcHBfMXRSdFl",
  "token": "appsk_kV3ts5tKPNJN4Dl25cMTfUNdmabxbX0O"
}