GET
/
users
/
{userId}
/
actions
curl --request GET \
  --url https://api.authsignal.com/v1/users/{userId}/actions
[
  {
    "actionCode": "<string>",
    "idempotencyKey": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "state": "ALLOW",
    "stateUpdatedAt": "2023-11-07T05:31:56Z",
    "verificationMethod": "SMS",
    "verifiedByAuthenticatorId": "<string>",
    "userAgent": "<string>",
    "ipAddress": "<string>",
    "countryCode": "<string>"
  }
]

Path Parameters

userId
string
required

The ID of the user.

Query Parameters

codes
string

A comma-separated list of action codes to include in your query. If omitted, all action codes will be included.

fromDate
string

If provided, the query will include actions from this date. Must be specified in ISO 8601 format - e.g. 2020-01-01T00:00:00Z. The default and maximum value is 30 days ago.

Response

200
application/json

OK

The response is of type object[].