1. Docs
  2. API Reference
  3. PublishableKeyResponseDto

PublishableKeyResponseDto

Example

JSON
{
  "id": "string",
  "key": "string",
  "type": "web",
  "name": "string",
  "created_at": "2026-04-20T12:00:00.000Z"
}

Properties

5 properties 5 required

id string Required
key string Required

The `pk_…` value to embed in the app. Non-secret by design: it names the Environment but grants nothing on its own.

type enum Required

What kind of app holds this key, which decides refresh-token delivery for sessions created with it.

Enumwebnative
name string Required
created_at string Required
format: date-time
Was this page helpful?

Tell us how we can improve this guide.