Routes
Skip collection
POSThttps://api.insurely.com/collections/{collectionId}/skip
Mark a collection as skipped by the user.
Request
Path Parameters
collectionIdstring
Header Parameters
Insurely-Versionstring
Specifies the API version to use. Must match the version of the endpoint you are targeting.
Possible Enum values are
2026-04-01.Responses
Successfully marked as skipped.
cURL
curl https://api.insurely.com/collections/{collectionId}/skip \
-H "authorization-token: <authorization-token>" \
-X POST