Retrieves an action configuration by action code.
cURL
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" }
The action code used to identify the action configuration.
OK
The response is of type object.
object
Was this page helpful?