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.
Creates a short-lived Appwrite JWT for the authenticated user and returns the realtime table identifiers used by board subscriptions.
Authorization
patAuth 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