Docs

Create PubSub Token

Creates a new PubSub token in SignalWire.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
numberrequired

The maximum time, in minutes, for which the access token will be valid. Between 1 and 43,200 (30 days).

objectrequired

Each channel with `write` and `read` objects with boolean as values. Max of 500 channels inside main `channels`. Either `read`, `write`, or both are required inside each channel and default to false. Each channel name can be up to 250 characters. Must be valid JSON.

string

The unique identifier of the member. Up to 250 characters. If not specified, a random UUID will be generated.

object

An arbitrary JSON object available to store stateful application information in. Must be valid JSON and have a maximum size of 2,000 characters.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.