#main
Grant verifications to multiple subjects. Allows batch processing of up to 100 verifications at once.
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|
| verifications | array of #verificationInput | - | ✅ | Array of verification requests to process |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|
| subject | string (did) | - | ✅ | The did of the subject being verified |
| handle | string (handle) | - | ✅ | Handle of the subject the verification applies to at the moment of verifying. |
| displayName | string | - | ✅ | Display name of the subject the verification applies to at the moment of verifying. |
| createdAt | string (datetime) | - | ❌ | Timestamp for verification record. Defaults to current time when not specified. |
#grantError
Error object for failed verifications.
| Property | Type | Known Values | Required | Description |
|---|
| error | string | - | ✅ | Error message describing the reason for failure. |
| subject | string (did) | - | ✅ | The did of the subject being verified |