Paradym integration (Security, Developer Tools). Imported from open-connector.
https://api.paradym.id/v1/projects
/v1/projects/{projectId}/openid4vc/issuance/offer
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The unique identifier of the Paradym project. |
| credentials | array | optional | Credentials to offer. Each item requires a credential template ID and JSON attr… |
/v1/projects/{projectId}/openid4vc/issuance/{openId4VcIssuanceId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The unique identifier of the Paradym project. |
| openId4VcIssuanceId | string | required | The unique identifier of the OpenID4VC issuance session. |
/v1/projects/{projectId}/openid4vc/issuance
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The unique identifier of the Paradym project. |
| sort | string | optional | Sort order accepted by Paradym list endpoints. |
| filterId | string | optional | Filter results by item ID. |
| pageSize | integer | optional | Maximum number of items to return per page. |
| pageAfter | string | optional | Cursor for retrieving the page after this cursor. |
| pageBefore | string | optional | Cursor for retrieving the page before this cursor. |
| filterStatus | string | optional | Filter results by status. |
/v1/projects/{projectId}/openid4vc/verification/request
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The unique identifier of the Paradym project. |
| presentationTemplateId | string | required | The unique identifier of the Paradym presentation template. |
| requireResponseEncryption | boolean | optional | Whether Paradym should require encrypted wallet presentation responses. |
/v1/projects/{projectId}/openid4vc/verification/{openId4VcVerificationId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The unique identifier of the Paradym project. |
| openId4VcVerificationId | string | required | The unique identifier of the OpenID4VC verification session. |
/v1/projects/{projectId}/openid4vc/verification
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The unique identifier of the Paradym project. |
| sort | string | optional | Sort order accepted by Paradym list endpoints. |
| filterId | string | optional | Filter results by item ID. |
| pageSize | integer | optional | Maximum number of items to return per page. |
| pageAfter | string | optional | Cursor for retrieving the page after this cursor. |
| pageBefore | string | optional | Cursor for retrieving the page before this cursor. |
| filterStatus | string | optional | Filter results by status. |
| filterPresentationTemplateId | string | optional | The unique identifier of the Paradym presentation template. |
/v1/projects/{projectId}/templates/credentials/sd-jwt-vc
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The unique identifier of the Paradym project. |
| sort | string | optional | Sort order accepted by Paradym list endpoints. |
| filterId | string | optional | Filter results by item ID. |
| pageSize | integer | optional | Maximum number of items to return per page. |
| pageAfter | string | optional | Cursor for retrieving the page after this cursor. |
| pageBefore | string | optional | Cursor for retrieving the page before this cursor. |
| filterType | string | optional | Filter templates by credential type. |
| searchName | string | optional | Search results by name. |
| filterArchived | boolean | optional | Filter templates by archived status. |
| filterRevocable | boolean | optional | Filter templates by revocable status. |
/v1/projects/{projectId}/templates/credentials/mdoc
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The unique identifier of the Paradym project. |
| sort | string | optional | Sort order accepted by Paradym list endpoints. |
| filterId | string | optional | Filter results by item ID. |
| pageSize | integer | optional | Maximum number of items to return per page. |
| pageAfter | string | optional | Cursor for retrieving the page after this cursor. |
| pageBefore | string | optional | Cursor for retrieving the page before this cursor. |
| filterType | string | optional | Filter templates by credential type. |
| searchName | string | optional | Search results by name. |
| filterArchived | boolean | optional | Filter templates by archived status. |
| filterRevocable | boolean | optional | Filter templates by revocable status. |
/v1/projects/{projectId}/templates/presentations
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The unique identifier of the Paradym project. |
| sort | string | optional | Sort order accepted by Paradym list endpoints. |
| filterId | string | optional | Filter results by item ID. |
| pageSize | integer | optional | Maximum number of items to return per page. |
| pageAfter | string | optional | Cursor for retrieving the page after this cursor. |
| pageBefore | string | optional | Cursor for retrieving the page before this cursor. |
| searchName | string | optional | Search results by name. |
/v1/projects/{projectId}/issuance
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The unique identifier of the Paradym project. |
| filterStatus | string | optional | Filter issued credentials by status. |
| filterFormat | string | optional | Filter issued credentials by credential format. |
| filterCredentialTemplateId | string | optional | The unique identifier of the Paradym credential template. |
| filterExchange | string | optional | Filter issued credentials by exchange protocol, or use the string null for dire… |
| sort | string | optional | Sort order accepted by the Paradym issued credentials endpoint. |
| pageSize | integer | optional | Maximum number of items to return per page. |
| pageAfter | string | optional | Cursor for retrieving the page after this cursor. |
| pageBefore | string | optional | Cursor for retrieving the page before this cursor. |