Skip to main content
POST
/
v1
/
sse-token
Create SSE token
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.

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Response

OK

expires_at
string<date-time>
required
token
string
required
$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://api.strait.dev/schemas/CreateSSETokenOutputBody.json"