iden3comm

iden3comm callback submit

post

iden3comm callback submit

Body
objectOptional
Responses
200

Callback successful

application/json
post
POST /iden3comm/callback HTTP/1.1
Host: api-testnet.truvera.io
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 2

""
{
  "status": 1,
  "type": "text",
  "message": "text"
}

iden3comm retrieve claim message

get

iden3comm retrieve claim message

Path parameters
idstring · uuidRequired

OpenID issuer UUID

Responses
200

Claim message received

application/json
Responseobject
get
GET /iden3comm/claim/{id} HTTP/1.1
Host: api-testnet.truvera.io
Accept: */*
{}

Last updated

Was this helpful?