{ "opencollection": "1.0.0", "info": { "name": "NavigateAI Access codes Visits API", "version": "1.0.0" }, "items": [ { "info": { "name": "Visits", "type": "folder" }, "items": [ { "info": { "name": "List all visits for a location", "type": "http" }, "http": { "method": "GET", "url": "https://api.navigateai.co/v1/location/:location_id/visits", "params": [ { "name": "location_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List all visits for a location" }, { "info": { "name": "Get a visit", "type": "http" }, "http": { "method": "GET", "url": "https://api.navigateai.co/v1/visits/:visit_id", "params": [ { "name": "visit_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a visit" }, { "info": { "name": "Create a visit access grant", "type": "http" }, "http": { "method": "POST", "url": "https://api.navigateai.co/v1/visits/:visit_id/access_grants", "params": [ { "name": "visit_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a visit access grant" }, { "info": { "name": "Create a new visit to accept video upload requests", "type": "http" }, "http": { "method": "POST", "url": "https://api.navigateai.co/v1/visits", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new visit to accept video upload requests" }, { "info": { "name": "Start processing a visit", "type": "http" }, "http": { "method": "POST", "url": "https://api.navigateai.co/v1/visits/:visit_id/process", "params": [ { "name": "visit_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Start processing a visit" }, { "info": { "name": "Cancel a visit", "type": "http" }, "http": { "method": "POST", "url": "https://api.navigateai.co/v1/visits/:visit_id/cancel", "params": [ { "name": "visit_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Cancel a visit" }, { "info": { "name": "List findings for a visit (Beta)", "type": "http" }, "http": { "method": "GET", "url": "https://api.navigateai.co/v1/visits/:visit_id/findings", "params": [ { "name": "visit_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List findings for a visit (Beta)" } ] } ], "bundled": true }