POST /visits/{id}/ack
Confirms receipt of information about the visit. Confirmed visits will no longer be available in api/data/v1.3/visits and api/data/v1.3/visits/{🆔}/ until new changes appear on them.
Attention!
The is_new visit
attribute is reset to true
each time the visit is updated.
Address: POST https://instance_name/api/data/v1.3/visits/{id}/ack/
Content-type: application/json
Path parameters
id
integer
Request body parameters
cid
string <= 255 characters
Visit ID in the user's system.
Request example
curl –i –X POST
https://test.inspector-cloud.com/api/data/v1.3/visits/98495168681/ack/
-H ‘Authorization: Token <<your_token>>’
–F "cid=65468461681681"
Response example
Response code: 200
{
"details": "string"
}
Response definitions
details
string