GET
/
action_configurations
/
{action_code}
/
rules
/
{rule_id}
curl --request GET \
  --url https://api.authsignal.com/v1/management/action_configurations/{action_code}/rules/{rule_id}
{
  "name": "<string>",
  "description": "<string>",
  "isActive": true,
  "priority": 49,
  "tenantId": "<string>",
  "ruleId": "<string>",
  "type": "ALLOW",
  "conditions": {},
  "verificationMethods": [
    "SMS"
  ],
  "promptToEnrollVerificationMethods": [
    "PASSKEY"
  ],
  "defaultVerificationMethod": "SMS"
}

Path Parameters

action_code
string
required

The action code used to identify the action configuration.

rule_id
string
required

The unique id of the rule which can be obtained when creating a rule, or from the admin portal.

Response

200
application/json
OK

The response is of type object.