Issues a short-lived JWT for use as a query-param token in SSE endpoints.
curl --request POST \
--url https://api.strait.dev/v1/sse-token \
--header 'Authorization: Bearer <token>'{
"expires_at": "2023-11-07T05:31:56Z",
"token": "<string>",
"$schema": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.strait.dev/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.strait.dev/v1/sse-token \
--header 'Authorization: Bearer <token>'{
"expires_at": "2023-11-07T05:31:56Z",
"token": "<string>",
"$schema": "<string>"
}