Jump to Content
App Integrations
GuidesAPI ReferenceChangelog
Log InApp Integrations
Guides
Log In
GuidesAPI ReferenceChangelog

Basics

  • Introduction
    • App Integrations vs. Gusto Embedded
    • Security Review
    • Production Pre-Approval Application
    • Developer Portal
    • Gusto Sandbox
  • Payroll Overview
  • Authentication
    • System Access Tokens
    • OAuth2
    • Strict Access
  • Pagination
  • API Versioning
    • Getting Setup
    • Version Upgrade Guide
  • Idempotency
  • Scopes
  • Rate Limits
  • Webhooks
    • Best Practices
    • Webhook Events
    • Bank Account Events
    • Company Events
    • Company Benefit Events
    • Contractor Events
    • Contractor Payment Events
    • Employee Events
    • Employee Home Address Events
    • Employee Work Address Events
    • Employee Benefit Events
    • Employee Job Compensation Events
    • External Payroll Events
    • Fast Ach Config Events
    • Form Events
    • Location Events
    • Payroll Events
    • Pay Schedule Events
    • Signatory Events
  • Errors
    • Error Categories

Guides

  • Gusto Experience Principles
  • Syncing Employees
  • Jobs and Compensations
  • Payrolls
  • Getting Custom Fields

Contact

  • Submit Feedback
  • Contact Gusto

Location Events

Suggest Edits

When subscribed to the Location webhooks you will receive the following events:

event_typedescription
location.createdLocation has been created
location.updatedLocation has been updated

Example payload

{
  "uuid": "e69d397c-ba73-4472-a52e-5f61839aebb8",
  "event_type": "location.updated",
  "resource_type": "Company",
  "resource_uuid": "88f7cca1-dcad-4d20-84db-7fb80303d69f",
  "entity_type": "Location",
  "entity_uuid": "7b1d0df1-6403-4a06-8768-c1dd7d24d27a",
  "timestamp": 1658773140
}

Updated about 1 month ago


  • Table of Contents
    • Example payload
Gusto © 2025 | Developer Terms of Service