POST
/
oid4vp
/
webapp
/
auth-status

Body

application/json
correlationId
string
required

Unique identifier for the session

definitionId
string
required

Identifier for the presentation definition that specifies which credentials are required

includeVerifiedData
enum<string>

Controls what verified data to include in the response. Only applies when status is 'verified'. Either nothing, the presentations (vp) or the credentials flattened (cs-flat)

Available options:
none,
vp,
cs-flat

Response

200 - application/json
correlationId
string
required

Unique identifier for the authentication session

definitionId
string
required

Identifier for the presentation definition that specifies which credentials are required

lastUpdated
integer
required

Unix timestamp in milliseconds representing when the status was last updated

status
enum<string>
required

Current state of the authentication request in its lifecycle

Available options:
created,
sent,
received,
verified,
error
error
string
payload
object
verifiedData
object