Certifier integration (Productivity, Communication). Imported from open-connector.
https://api.certifier.io/v1/groups
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of records to return. |
| cursor | string | optional | Cursor from a previous response. |
/designs
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of records to return. |
| cursor | string | optional | Cursor from a previous response. |
/credentials
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of records to return. |
| cursor | string | optional | Cursor from a previous response. |
/credentials/search
| Param | Type | Required | Description |
|---|---|---|---|
| filter | object | required | Structured Certifier search filter object. |
| sort | object | optional | Sort configuration for credential search. |
| limit | integer | optional | Maximum number of credentials to return. |
| cursor | string | optional | Cursor from a previous search response. |
/credential-interactions
| Param | Type | Required | Description |
|---|---|---|---|
| credentialId | string | optional | Credential ID used to filter interaction events. |
| limit | integer | optional | Maximum number of interaction events to return. |
| cursor | string | optional | Cursor from a previous response. |
/credentials/create-issue-send
| Param | Type | Required | Description |
|---|---|---|---|
| groupId | string | required | Group ID the credential should belong to. |
| recipient | object | required | Recipient details. |
| issueDate | string | optional | Issue date in YYYY-MM-DD format. |
| expiryDate | string | optional | Expiry date in YYYY-MM-DD format. |
| customAttributes | object | optional | Custom attributes forwarded to Certifier as key-value text pairs. |