跳转到内容

Poll the realization status of an authentication inquiry.

POST
/status-poll
curl --request POST \
--url https://connect-api.sudomimus.com/status-poll \
--header 'Content-Type: application/json' \
--data '{ "exposureKey": "example", "hiddenKey": "example" }'
Media type application/json
object
exposureKey
required
string
hiddenKey
required
string
Example generated
{
"exposureKey": "example",
"hiddenKey": "example"
}

Current status of the inquiry.

Media type application/json
One of: discriminator: status
object
status
required
string
Allowed values: PENDING
Example
{
"status": "PENDING"
}

Error response.

Media type application/json

Error response body. The Connect service emits { "reason": "<SymbolDescription>" } for known failure modes. When the reason symbol’s description begins with PRIVATE, the body is empty (zero bytes) and only the HTTP status carries signal — both reason and the body itself are absent in that case.

object
reason

Stable machine-readable reason code.

string
Example generated
{
"reason": "example"
}