GET
/
environments
/
{environmentId}
/
events
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/environments/{environmentId}/events
[
  {
    "eventId": "95b11417-f18f-457f-8804-68e361f9164f",
    "environmentId": "95b11417-f18f-457f-8804-68e361f9164f",
    "environmentName": "sandbox",
    "eventAction": "<string>",
    "eventName": "<string>",
    "resourceType": "<string>",
    "timestamp": "2023-11-07T05:31:56Z",
    "data": {}
  }
]

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36

Query Parameters

cursor
string

Cursor for pagination

resourceType
string

Resource type of event

Response

200
application/json
List of envrionment events
eventId
string
required
Required string length: 36
environmentId
string
required
Required string length: 36
environmentName
enum<string>
required
Available options:
sandbox,
live
eventName
string
required
timestamp
string
required
data
object
required
eventAction
string
resourceType
string