Returns (Task)
Find a Visit from the href.
Name | Description |
---|---|
href |
Example in C#
// Returns: VisitInfo
var visitInfo = await client.GetVisitAsync(String href);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/INSTANCE.KEY/visits/VISIT.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'