Sety
    Sety
    • Developer API Reference
    • Health
      • Health check
    • Incidents
      • Create incident
      • List incidents
      • Get incident
      • Cancel incident
      • Add note
    • Access Logs
      • List access logs
      • Access log stats
      • Create access log
      • Get current visitors
      • Checkout visitor
    • Threat Intelligence
      • List danger zones
      • Danger analytics for a location
      • Heatmap data
      • Safety score
      • Route safety analysis
    • Schemas
      • Error
      • PaginatedResponse
      • GeoPoint
      • Subject
      • Location
      • IncidentLocation
      • SLA
      • IncidentTimelineEvent
      • ResponderAssignment
      • TimelineEvent
      • Incident
      • CreateIncidentRequest
      • IncidentAnalytics
      • AccessCode
      • CreateAccessCodeRequest
      • ValidationResult
      • AccessLog
      • CurrentVisitor
      • DangerAnalytics
      • HeatmapResponse
      • SafetyScore
      • TimeAnalysis
      • LocationComparison
      • RouteSafety
      • RiskPrediction
      • IncidentPatterns
      • SafeZones
      • ApiKey
      • CreateApiKeyRequest
      • WebhookEndpoint
      • WebhookDelivery

    AccessCode

    {
        "code_id": "string",
        "code": "SETY-7X4K",
        "visitor_name": "string",
        "visitor_phone": "string",
        "visitor_email": "string",
        "purpose": "string",
        "entry_point": "string",
        "status": "active",
        "valid_from": "2019-08-24T14:15:22.123Z",
        "valid_until": "2019-08-24T14:15:22.123Z",
        "max_uses": 0,
        "use_count": 0,
        "created_at": "2019-08-24T14:15:22.123Z"
    }
    Built with