Skip to main content
POST
Create Issuer
Registers a new issuer in the trust registry. Newly created issuers are activated immediately and can start minting attestations right away. To request a higher trust tier, submit an issuer application for review.

Parameters

string
required
Human-readable name for the issuer
string
required
Verified domain for the issuer (e.g., acme.edu)

Responses

Authorizations

X-API-Key
string
header
required

API key for machine-to-machine authentication

Body

application/json
name
string
required
domain
string
required

Response

Issuer created

id
string<uuid>
tenant_id
string<uuid>
name
string
domain
string
status
enum<string>
Available options:
PENDING,
APPROVED,
SUSPENDED,
REVOKED
trust_level
enum<string>
Available options:
BASIC,
VERIFIED,
ENTERPRISE
created_at
string<date-time>
updated_at
string<date-time>