v1

latestOpenAPI 3.0.02026-07-17647099.1 KB
Auth

Get Authentication Message

This endpoint returns an authentication message

post/v2/{identifier}/authentication

Path parameters

identifierstring required

Issuer identifier

Query parameters

type'raw' | 'link'

Type:

  • link - (default value) Return a link redirection to the raw content. Easier to scan.
  • raw - Return the raw QR code.

Response

ok

messagestring required
sessionIDstring required

Example response

{
  "message": "iden3comm://?request_uri=https%3A%2F%2Fissuer-demo.privado.id%2Fapi%2Fqr-store%3Fid%3Df780a169-8959-4380-9461-f7200e2ed3f4",
  "sessionID": "b7144f1c-d54e-4f67-a4f1-f2e7ff1beb07"
}