v1
latestOpenAPI 3.0.02026-07-17647099.1 KBDisplay Methods
Create Display Method
Create a display method for the provided identity.
post/v2/identities/{identifier}/display-method
Path parameters
identifierstring required
Issuer identifier
Request body
Example request
{
"name": "My Display Method",
"url": "https://my-display-method.com",
"type": "Iden3BasicDisplayMethodV1"
}Response
Display Method Created
Example response
{
"id": "c79c9c04-8c98-40f2-a7a0-5eeabf08d836"
}