Export raw cookie records
data
Export raw cookie records
Returns browser cookie rows for the given domains. Set active_only: true to only return cookies whose expiration_utc is in the future — useful for active session-hijacking risk assessment. Cursor-paginated.
POST
Export raw cookie records
Authorizations
Static API key, format vp_<env>_<8-hex-prefix>.<40-hex-secret>. Preferred header for server-to-server integrations.
Body
application/json
Minimum array length:
1When true, only return cookies whose expiration_utc is in the future.
Sort order applied to inserted_at. Must stay constant across paginated requests using the same cursor.
Available options:
asc, desc Required range:
1 <= x <= 500