curl --request PUT \
--url https://api.dfns.io/auth/credentials/activate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'X-DFNS-USERACTION: <api-key>' \
--data '
{
"credentialUuid": "<string>"
}
'{
"message": "<string>"
}Activates a credential that was previously deactivated. If the credential is already activated no action is taken.
curl --request PUT \
--url https://api.dfns.io/auth/credentials/activate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'X-DFNS-USERACTION: <api-key>' \
--data '
{
"credentialUuid": "<string>"
}
'{
"message": "<string>"
}CustomerEmployee)EndUser)Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows
User Action Signature: Used to sign the change-inducing API requests. More details how to generate the token: User Action Signing flows
1Success
Was this page helpful?