Skip to main content
GET
Stream verification session status

Authorizations

Authorization
string
header
required

Dock API key. Send Authorization: Bearer <api key>.

Path Parameters

id
string
required

Verification session ID.

Example:

"vsn_X8m2pLq9Tn4bR6sYzA0wQ1"

Response

SSE stream opened.

The response is of type string.

Example:

"event: session\ndata: {\"id\":\"vsn_X8m2pLq9Tn4bR6sYzA0wQ1\",\"status\":\"pending\"}\n\n"