← Tools Reference

Paradym

Paradym integration (Security, Developer Tools). Imported from open-connector.

API key11 toolshttps://api.paradym.id
GET
paradym_list_projects
List Paradym projects accessible to the connected API key.

/v1/projects

POST
paradym_create_openid4vc_credential_offer
Create an OpenID4VC credential offer using one or more SD-JWT VC or mDoc credential templates.

/v1/projects/{projectId}/openid4vc/issuance/offer

2 parameters
ParamTypeRequiredDescription
projectIdstringrequiredThe unique identifier of the Paradym project.
credentialsarrayoptionalCredentials to offer. Each item requires a credential template ID and JSON attr…
GET
paradym_get_openid4vc_issuance_session
Retrieve one OpenID4VC issuance session by ID.

/v1/projects/{projectId}/openid4vc/issuance/{openId4VcIssuanceId}

2 parameters
ParamTypeRequiredDescription
projectIdstringrequiredThe unique identifier of the Paradym project.
openId4VcIssuanceIdstringrequiredThe unique identifier of the OpenID4VC issuance session.
GET
paradym_list_openid4vc_issuance_sessions
List OpenID4VC issuance sessions for a Paradym project with optional status, ID, cursor, and sort filters.

/v1/projects/{projectId}/openid4vc/issuance

7 parameters
ParamTypeRequiredDescription
projectIdstringrequiredThe unique identifier of the Paradym project.
sortstringoptionalSort order accepted by Paradym list endpoints.
filterIdstringoptionalFilter results by item ID.
pageSizeintegeroptionalMaximum number of items to return per page.
pageAfterstringoptionalCursor for retrieving the page after this cursor.
pageBeforestringoptionalCursor for retrieving the page before this cursor.
filterStatusstringoptionalFilter results by status.
POST
paradym_create_openid4vc_verification_request
Create an OpenID4VC verification request for a Paradym presentation template.

/v1/projects/{projectId}/openid4vc/verification/request

3 parameters
ParamTypeRequiredDescription
projectIdstringrequiredThe unique identifier of the Paradym project.
presentationTemplateIdstringrequiredThe unique identifier of the Paradym presentation template.
requireResponseEncryptionbooleanoptionalWhether Paradym should require encrypted wallet presentation responses.
GET
paradym_get_openid4vc_verification_session
Retrieve one OpenID4VC verification session by ID.

/v1/projects/{projectId}/openid4vc/verification/{openId4VcVerificationId}

2 parameters
ParamTypeRequiredDescription
projectIdstringrequiredThe unique identifier of the Paradym project.
openId4VcVerificationIdstringrequiredThe unique identifier of the OpenID4VC verification session.
GET
paradym_list_openid4vc_verification_sessions
List OpenID4VC verification sessions for a Paradym project with optional status, template, ID, cursor, and sort filters.

/v1/projects/{projectId}/openid4vc/verification

8 parameters
ParamTypeRequiredDescription
projectIdstringrequiredThe unique identifier of the Paradym project.
sortstringoptionalSort order accepted by Paradym list endpoints.
filterIdstringoptionalFilter results by item ID.
pageSizeintegeroptionalMaximum number of items to return per page.
pageAfterstringoptionalCursor for retrieving the page after this cursor.
pageBeforestringoptionalCursor for retrieving the page before this cursor.
filterStatusstringoptionalFilter results by status.
filterPresentationTemplateIdstringoptionalThe unique identifier of the Paradym presentation template.
GET
paradym_list_sd_jwt_vc_credential_templates
List SD-JWT VC credential templates for a Paradym project with optional filters.

/v1/projects/{projectId}/templates/credentials/sd-jwt-vc

10 parameters
ParamTypeRequiredDescription
projectIdstringrequiredThe unique identifier of the Paradym project.
sortstringoptionalSort order accepted by Paradym list endpoints.
filterIdstringoptionalFilter results by item ID.
pageSizeintegeroptionalMaximum number of items to return per page.
pageAfterstringoptionalCursor for retrieving the page after this cursor.
pageBeforestringoptionalCursor for retrieving the page before this cursor.
filterTypestringoptionalFilter templates by credential type.
searchNamestringoptionalSearch results by name.
filterArchivedbooleanoptionalFilter templates by archived status.
filterRevocablebooleanoptionalFilter templates by revocable status.
GET
paradym_list_mdoc_credential_templates
List mDoc credential templates for a Paradym project with optional filters.

/v1/projects/{projectId}/templates/credentials/mdoc

10 parameters
ParamTypeRequiredDescription
projectIdstringrequiredThe unique identifier of the Paradym project.
sortstringoptionalSort order accepted by Paradym list endpoints.
filterIdstringoptionalFilter results by item ID.
pageSizeintegeroptionalMaximum number of items to return per page.
pageAfterstringoptionalCursor for retrieving the page after this cursor.
pageBeforestringoptionalCursor for retrieving the page before this cursor.
filterTypestringoptionalFilter templates by credential type.
searchNamestringoptionalSearch results by name.
filterArchivedbooleanoptionalFilter templates by archived status.
filterRevocablebooleanoptionalFilter templates by revocable status.
GET
paradym_list_presentation_templates
List Paradym presentation templates for a project with optional ID, name, cursor, and sort filters.

/v1/projects/{projectId}/templates/presentations

7 parameters
ParamTypeRequiredDescription
projectIdstringrequiredThe unique identifier of the Paradym project.
sortstringoptionalSort order accepted by Paradym list endpoints.
filterIdstringoptionalFilter results by item ID.
pageSizeintegeroptionalMaximum number of items to return per page.
pageAfterstringoptionalCursor for retrieving the page after this cursor.
pageBeforestringoptionalCursor for retrieving the page before this cursor.
searchNamestringoptionalSearch results by name.
GET
paradym_list_issued_credentials
List issued credential metadata for a Paradym project.

/v1/projects/{projectId}/issuance

9 parameters
ParamTypeRequiredDescription
projectIdstringrequiredThe unique identifier of the Paradym project.
filterStatusstringoptionalFilter issued credentials by status.
filterFormatstringoptionalFilter issued credentials by credential format.
filterCredentialTemplateIdstringoptionalThe unique identifier of the Paradym credential template.
filterExchangestringoptionalFilter issued credentials by exchange protocol, or use the string null for dire…
sortstringoptionalSort order accepted by the Paradym issued credentials endpoint.
pageSizeintegeroptionalMaximum number of items to return per page.
pageAfterstringoptionalCursor for retrieving the page after this cursor.
pageBeforestringoptionalCursor for retrieving the page before this cursor.