StatusManagement
Update credential status
Updates the status of a credential in the status list. This endpoint supports updates by credentialId or statusListIndex, along with optional parameters for statusListId or correlation IDs.
post/credentials/status
Query parameters
statusListIdstring
Optional status list identifier provided as a query parameter. Overrides default or body-specified value if present.
statusListCorrelationIdstring
Optional correlation ID for the status list. Overrides default or body-specified value if present.
entryCorrelationIdstring
Optional correlation ID for a specific entry in the status list. Overrides default or body-specified value if present.
Request body
Response
Credential status updated successfully.
Example response
{
"success": true,
"statusesUpdated": 1
}