Skip to main content
PUT
/
auth
/
credentials
/
activate
Activate Credential
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>"
}

Authentication

✅ Organization User (CustomerEmployee)
✅ Delegated User (EndUser)
❌ Personal Access Token not allowed
❌ Service Account

Required Permissions

No permission required.

Authorizations

Authorization
string
header
required

Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows

X-DFNS-USERACTION
string
header
required

User Action Signature: Used to sign the change-inducing API requests. More details how to generate the token: User Action Signing flows

Body

application/json
credentialUuid
string
required
Minimum length: 1

Response

200 - application/json

Success

message
string
required
I