Generate platform-integration JWT
generate_jwtGenerate a JWT and connection URL so end-users can connect social accounts inside an embedded Upload-Post white-label flow.
Instructions
Generate a JWT + connection URL so an end-user can connect socials inside an embedded Upload-Post flow (white-label integration).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Force the connection page language for this profile. When omitted, the page auto-detects the visitor's browser language and falls back to English. | |
| uiLabels | No | Flat map of i18n dot-path keys to replacement strings for the connection page, e.g. { 'connect.title': 'Link your accounts' }. Max 100 entries; keys must match ^[a-zA-Z0-9_.]+$ and values are at most 300 characters. Echoed back in the `profile` object of validate_jwt. | |
| username | Yes | ||
| logoImage | No | ||
| platforms | No | ||
| redirectUrl | No | ||
| connectTitle | No | ||
| showCalendar | No | ||
| readonlyCalendar | No | ||
| connectDescription | No | ||
| redirectButtonText | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No |