跳转到内容

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 typeapplication/json
object
exposureKey
required
string
hiddenKey
required
string
Examplegenerated
{
"exposureKey": "example",
"hiddenKey": "example"
}

Current status of the inquiry.

Media typeapplication/json
One of: discriminator: status
object
status
required
string
Allowed values: PENDING
Example
{
"status": "PENDING"
}
Cache-Control
string
Allowed values: no-store

Prevent storage of the credential-bearing response.

Pragma
string
Allowed values: no-cache

Legacy cache instruction retained for credential responses.

Error response.

Media typeapplication/json

Error response body. Known failures may include a stable reason. Some failures are status-only and have an empty body. A missing, malformed, or structurally invalid JSON body returns InvalidBody.

object
reason

Stable machine-readable reason code.

string
Examplegenerated
{
"reason": "example"
}