Register organization as an issuer

View as Markdown

Registers the organization as an on-chain attestation issuer using its Privy server wallets. Publishes REGISTER_ISSUER commands to chain agents for on-chain addAttester() calls. Requires server wallets to be provisioned first.

Authentication

AuthorizationBearer

JWT access token from POST /auth/login or POST /oauth/token

OR
x-api-keystring

Organization-scoped API key created via POST /orgs/:orgId/api-keys. Carries permission grants.

Path parameters

orgIdstringRequired

Request

This endpoint expects an object.
namestringOptional
max_kyc_leveldoubleOptional
can_revoke_othersbooleanOptional

Response

Response
registeredboolean

Errors

400
Bad Request Error
403
Forbidden Error
500
Internal Server Error