cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/realtime/subscriptionActions/validateAndLogSubscription \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "subscriptionId": "sub_meetingNotes_7c88", "lastValidated": 1716489600000 } } '
{ "status": "success", "errorMessage": "", "errorData": {}, "value": { "valid": true, "permissions": [ "read", "write" ], "shouldReconnect": false, "validUntil": 1716493200000, "rateLimited": false, "resourceType": "meetingNotes", "resourceId": "me_a12bc34def567890" } }
Calls a action at the path realtime/subscriptionActions.js:validateAndLogSubscription
Standard user authentication token issued via WorkOS. Provide as Authorization: Bearer <user-token>.
Authorization: Bearer <user-token>
Show child attributes
Convex executed your request and returned a result
success
error