iden3comm
iden3comm callback submit
Body
objectOptional
Responses
200
Callback successful
application/json
400
Invalid parameters
application/json
402
Transaction limit reached or upgrade required to proceed
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
Path parameters
idstring · uuidRequired
OpenID issuer UUID
Responses
200
Claim message received
application/json
Responseobject
400
Invalid parameters
application/json
402
Transaction limit reached or upgrade required to proceed
application/json
get
GET /iden3comm/claim/{id} HTTP/1.1
Host: api-testnet.truvera.io
Accept: */*
{}
Last updated
Was this helpful?