API referencePublic tokens
GET /public-ingest-tokens
Response Body
application/json
application/problem+json
curl -X GET "https://example.com/public-ingest-tokens"{ "$schema": "https://example.com/schemas/ListTokensOutputBody.json", "tokens": [ { "active": true, "appId": "string", "channelId": "string", "createdAt": "string", "environmentId": "string", "lastUsedAt": "string", "name": "string", "orgId": "string", "prefix": "string", "tokenId": "string" } ]}