Stream verification status via SSE
API Reference
Stream verification status via SSE
Opens a Server-Sent Events stream. Sends an initial status event, then complete/expired, and closes.
GET
Stream verification status via SSE
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Verification session identifier.
Response
SSE stream.
The response is of type string.
Example:
"event: status\\ndata: {\"sid\":\"vsn_...\",\"pid\":\"pid-yourapp\",\"status\":\"pending\",\"result\":null}\\n\\nevent: complete\\ndata: {\"sid\":\"vsn_...\",\"pid\":\"pid-yourapp\",\"result\":{\"discordId\":\"123\",\"robloxId\":\"456\",\"linkChanged\":false,\"previousRobloxId\":null}}\\n\\n"