Skip to main content
POST
/
projects
/
{project_reference}
/
integrations
/
{name}
/
mock
/
reset
Reset Project Integration Mock State
curl --request POST \
  --url https://api.veryfront.com/projects/{project_reference}/integrations/{name}/mock/reset \
  --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