Activate Credential
Activates a credential that was previously deactivated. If the credential is already active, no action is taken. This operation is idempotent.
- HTTP request
- PUT /auth/credentials/activate
- Request body
-
Field Type Required Description credentialUuidstring Yes The UUID of the credential to activate. Minimum length: 1. curl --request PUT \ --url https://api.digitalassets.ibm.com/auth/credentials/activate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-DFNS-USERACTION: <api-key>' \ --data ' { "credentialUuid": "<string>" } ' - Response
- 200: Success
Example response:
{ "message": "<string>" }