---
title: "Get Action Configurations"
method: GET
path: "/action-configurations"
tags: ["Action Configurations"]
---

# Get Action Configurations

`GET /action-configurations`

Retrieves all action configurations.

## Response `200`

OK

- ActionConfigurationResponseBody[]
  - `lastActionCreatedAt` string
  - `actionCode` string
  - `tenantId` string
  - `defaultUserActionResult` 'ALLOW' | 'BLOCK' | 'CHALLENGE' | 'REVIEW'
  - `messagingTemplates` object
  - `verificationMethods` string[]
  - `promptToEnrollVerificationMethods` string[]
  - `defaultVerificationMethod` 'SMS' | 'AUTHENTICATOR_APP' | 'RECOVERY_CODE' | 'EMAIL_MAGIC_LINK' | 'EMAIL_OTP' | 'PUSH' | 'DEVICE' | 'SECURITY_KEY' | 'PASSKEY' | 'VERIFF' | 'IPROOV' | 'PALM_BIOMETRICS_RR'
  - `verificationWebhookUrl` string, uri — Webhook URL to receive a synchronous `action.verify` event after the challenge is verified. The webhook can be used to trigger additional tasks. See the [`action.verify` event schema](/advanced-usage/webhooks/events-schema#action-verify).

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/authsignal/apis/call-connect-api.md) · [All operations](https://skmtc.net/authsignal/apis/call-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/authsignal/call-connect-api/versions/5604d744e3ad/schema)
