Skip to main content
POST
Create a new presentation preset.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
templateName
string
required
code
string
required
Pattern: ^[a-z0-9-]+$
templateDescription
string
required
templateCredentials
object[]
required
verifierConfig
object
namespace
enum<string>
Available options:
public,
private

Response

200 - application/json

Created presentation preset.

data
object
required
Example:
meta
object
errors
object[]