GET
/
action-configurations
/
{action_code}
curl --request GET \
  --url https://api.authsignal.com/v1/management/action-configurations/{action_code}
{
  "lastActionCreatedAt": "<string>",
  "actionCode": "<string>",
  "tenantId": "<string>",
  "defaultUserActionResult": "ALLOW",
  "messagingTemplates": {},
  "verificationMethods": [
    "SMS"
  ],
  "promptToEnrollVerificationMethods": [
    "PASSKEY"
  ],
  "defaultVerificationMethod": "SMS"
}

Path Parameters

action_code
string
required

The action code used to identify the action configuration.

Response

200
application/json
OK

The response is of type object.