Skip to content

Commit

Permalink
Merge pull request #22 from fingerprintjs/docs/get-visits-summary
Browse files Browse the repository at this point in the history
docs: added summary for getVisits endpoint
  • Loading branch information
ilfa committed Nov 7, 2022
2 parents 9365eca + 5fc39f0 commit db0ebe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schemes/fingerprint-server-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ paths:
tags:
- Fingerprint
operationId: 'getVisits'
summary: Get events by visitorId
description: This endpoint allows you to get a history of visits with all available information. Use the visitorId as a URL path parameter. This API method is scoped to a visitor, i.e. all returned information is by visitorId.
parameters:
- name: visitor_id
Expand Down

0 comments on commit db0ebe7

Please sign in to comment.