Valyourise Logo

ValYouRise

DevelopmentApi

Create short-lived realtime JWT for board subscriptions

Creates a short-lived Appwrite JWT for the authenticated user and returns the realtime table identifiers used by board subscriptions.

GET
/api/realtime/jwt

Creates a short-lived Appwrite JWT for the authenticated user and returns the realtime table identifiers used by board subscriptions.

PAT<token>

Personal Access Token

In: header

Response Body

application/json

curl -X GET "https://loading/api/realtime/jwt"
{
  "jwt": "string",
  "endpoint": "string",
  "projectId": "string",
  "databaseId": "string",
  "tables": {
    "okrItems": "string",
    "okrLinks": "string"
  },
  "expiresInSeconds": 9007199254740991
}
Empty