Creates an action configuration from an action code.
curl --request POST \
--url https://api.authsignal.com/v1/management/action-configurations \
--header 'Content-Type: application/json' \
--data '{
"actionCode": "<string>",
"defaultUserActionResult": "ALLOW",
"messagingTemplates": {},
"verificationMethods": [
"SMS"
],
"promptToEnrollVerificationMethods": [
"PASSKEY"
],
"defaultVerificationMethod": "SMS"
}'
{
"lastActionCreatedAt": "<string>",
"actionCode": "<string>",
"tenantId": "<string>",
"defaultUserActionResult": "ALLOW",
"messagingTemplates": {},
"verificationMethods": [
"SMS"
],
"promptToEnrollVerificationMethods": [
"PASSKEY"
],
"defaultVerificationMethod": "SMS"
}
OK
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://api.authsignal.com/v1/management/action-configurations \
--header 'Content-Type: application/json' \
--data '{
"actionCode": "<string>",
"defaultUserActionResult": "ALLOW",
"messagingTemplates": {},
"verificationMethods": [
"SMS"
],
"promptToEnrollVerificationMethods": [
"PASSKEY"
],
"defaultVerificationMethod": "SMS"
}'
{
"lastActionCreatedAt": "<string>",
"actionCode": "<string>",
"tenantId": "<string>",
"defaultUserActionResult": "ALLOW",
"messagingTemplates": {},
"verificationMethods": [
"SMS"
],
"promptToEnrollVerificationMethods": [
"PASSKEY"
],
"defaultVerificationMethod": "SMS"
}