Skip to main content
GET
/
projects
/
{project_reference}
/
integrations
/
{name}
/
mock
/
audit-events
List Project Integration Mock Audit Events
curl --request GET \
  --url https://api.veryfront.com/projects/{project_reference}/integrations/{name}/mock/audit-events \
  --header 'Authorization: Bearer <token>'
{
  "data": null
}

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

project_reference
string
required
name
string
required

Response

Mock integration control response

data
unknown