# Get form packet URL Get the patient-facing URL for completing this form packet. This URL can be shared with the patient via your own communication channels. Endpoint: GET /partner/v2/account/{accountId}/location/{locationId}/form/{formPacketId}/url Version: 2.0 Security: PartnerOAuth ## Path parameters: - `formPacketId` (integer, required) Form packet ID - `accountId` (integer, required) Account identifier - `locationId` (integer, required) Location identifier ## Response 200 fields (application/json): - `patientUrl` (string) Patient-facing URL to complete forms Example: "https://forms.lobbie.com/p/abc123" - `staffUrl` (string) Staff-facing URL to view/edit forms Example: "https://app.lobbie.com/staff/forms/12345" ## Response 401 fields ## Response 403 fields ## Response 404 fields