{"id":2351,"date":"2026-01-23T07:39:18","date_gmt":"2026-01-23T07:39:18","guid":{"rendered":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/?p=2351"},"modified":"2026-01-27T13:12:05","modified_gmt":"2026-01-27T13:12:05","slug":"google-calendar-integration","status":"publish","type":"post","link":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/kivicare-pro\/documentation\/configuration-kivi-pro\/google-calendar-integration\/","title":{"rendered":"Google Calendar Integration"},"content":{"rendered":"<div class=\"nolwrap\">\n<p>Sync KiviCare appointments with Google Calendar to prevent double-booking and maintain unified schedules.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Overview<\/h2>\n\n\n\n<p>Google Calendar Integration provides two-way synchronization between KiviCare appointments and Google Calendar, ensuring doctors&#8217; schedules stay in sync across platforms.<\/p>\n\n\n\n<p><strong>Key Benefits:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Two-way synchronization between systems<\/li>\n\n\n\n<li>Real-time updates<\/li>\n\n\n\n<li>Mobile access on all devices<\/li>\n\n\n\n<li>Automatic time blocking to prevent double-booking<\/li>\n\n\n\n<li>Per-doctor Google account connection<\/li>\n\n\n\n<li>Automatic Google Calendar reminders<\/li>\n\n\n\n<li>Works worldwide<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Required<\/h4>\n\n\n\n<p><strong>Google Cloud Account<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Google account (Gmail or Workspace)<\/li>\n\n\n\n<li>Access to Google Cloud Console<\/li>\n<\/ul>\n\n\n\n<p><strong>Google Calendar API<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Enabled in Google Cloud Console<\/li>\n<\/ul>\n\n\n\n<p><strong>OAuth 2.0 Credentials<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Client ID<\/li>\n\n\n\n<li>Client Secret<\/li>\n\n\n\n<li>Redirect URI configured<\/li>\n<\/ul>\n\n\n\n<p><strong>KiviCare Pro<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Pro plugin installed and activated<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Complete Setup Guide<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Part 1: Google Cloud Console Setup<\/h4>\n\n\n\n<h5 class=\"wp-block-heading\">Step 1: Create Google Cloud Project<\/h5>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open Google Cloud Console<\/li>\n\n\n\n<li>Click <strong>Select a Project<\/strong><\/li>\n\n\n\n<li>Click <strong>New Project<\/strong><\/li>\n\n\n\n<li>Enter project details:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>Project Name: KiviCare Calendar Sync\nOrganization: Default\nLocation: Default\n<\/code><\/pre>\n\n\n\n<ol start=\"5\" class=\"wp-block-list\">\n<li>Click <strong>Create<\/strong><\/li>\n\n\n\n<li>Select the newly created project<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h5 class=\"wp-block-heading\">Step 2: Enable Google Calendar API<\/h5>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to <strong>APIs &amp; Services \u2192 Library<\/strong><\/li>\n\n\n\n<li>Search for <strong>Google Calendar API<\/strong><\/li>\n\n\n\n<li>Click <strong>Enable<\/strong><\/li>\n\n\n\n<li>Wait for activation<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h5 class=\"wp-block-heading\">Step 3: Create OAuth Consent Screen<\/h5>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to <strong>APIs &amp; Services \u2192 OAuth consent screen<\/strong><\/li>\n\n\n\n<li>Select <strong>External<\/strong><\/li>\n\n\n\n<li>Click <strong>Create<\/strong><\/li>\n<\/ol>\n\n\n\n<h5 class=\"wp-block-heading\">App Information<\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>App Name: KiviCare\nUser Support Email: your-email@example.com\nDeveloper Contact Email: your-email@example.com\n<\/code><\/pre>\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li>Save and continue<\/li>\n<\/ol>\n\n\n\n<h5 class=\"wp-block-heading\">Scopes<\/h5>\n\n\n\n<p>Add the following scopes:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>https:&#047;&#047;www.googleapis.com\/auth\/calendar\nhttps:\/\/www.googleapis.com\/auth\/calendar.events\n<\/code><\/pre>\n\n\n\n<ol start=\"5\" class=\"wp-block-list\">\n<li>Save and continue<\/li>\n<\/ol>\n\n\n\n<h5 class=\"wp-block-heading\">Test Users<\/h5>\n\n\n\n<p>Add doctor email addresses:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>doctor1@example.com\ndoctor2@example.com\n<\/code><\/pre>\n\n\n\n<ol start=\"6\" class=\"wp-block-list\">\n<li>Save and return to dashboard<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h5 class=\"wp-block-heading\">Step 4: Create OAuth Credentials<\/h5>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to <strong>APIs &amp; Services \u2192 Credentials<\/strong><\/li>\n\n\n\n<li>Click <strong>Create Credentials<\/strong><\/li>\n\n\n\n<li>Select <strong>OAuth Client ID<\/strong><\/li>\n\n\n\n<li>Application Type: <strong>Web Application<\/strong><\/li>\n\n\n\n<li>Name: <code>KiviCare Web Client<\/code><\/li>\n\n\n\n<li>Leave JavaScript origins empty<\/li>\n\n\n\n<li>Leave Redirect URIs empty for now<\/li>\n\n\n\n<li>Click <strong>Create<\/strong><\/li>\n<\/ol>\n\n\n\n<p>Save:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Client ID<\/li>\n\n\n\n<li>Client Secret<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h4 class=\"wp-block-heading\">Part 2: KiviCare Configuration<\/h4>\n\n\n\n<h5 class=\"wp-block-heading\">Step 1: Enable Google Calendar Integration<\/h5>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Log in as WordPress Administrator<\/li>\n\n\n\n<li>Navigate to <strong>KiviCare \u2192 Settings \u2192 Pro Settings<\/strong><\/li>\n\n\n\n<li>Enable <strong>Google Calendar Configuration<\/strong><\/li>\n\n\n\n<li>Enter credentials:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>Google Client ID: &#091;Client ID]\nGoogle Client Secret: &#091;Client Secret]\nApp Name: KiviCare\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h5 class=\"wp-block-heading\">Step 2: Copy Redirect URI<\/h5>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Locate <strong>Google Cloud Console Redirection URL<\/strong><\/li>\n\n\n\n<li>Copy the generated URL:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>https:&#047;&#047;yoursite.com\/wp-json\/kivicare\/v1\/settings\/google-calendar-integration\/callback\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h5 class=\"wp-block-heading\">Step 3: Add Redirect URI in Google Cloud<\/h5>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Return to <strong>Google Cloud Console \u2192 Credentials<\/strong><\/li>\n\n\n\n<li>Edit OAuth Client ID<\/li>\n\n\n\n<li>Add redirect URI<\/li>\n\n\n\n<li>Save changes<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h5 class=\"wp-block-heading\">Step 4: Save Pro Settings<\/h5>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Return to KiviCare Pro Settings<\/li>\n\n\n\n<li>Click <strong>Save<\/strong><\/li>\n\n\n\n<li>Verify success message<\/li>\n<\/ol>\n\n\n\n<p>Global configuration completed.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h4 class=\"wp-block-heading\">Part 3: Per-Doctor Connection<\/h4>\n\n\n\n<h5 class=\"wp-block-heading\">Step 1: Doctor Login<\/h5>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Doctor logs into KiviCare<\/li>\n\n\n\n<li>Navigates to <strong>Settings \u2192 Google Calendar Integration<\/strong><\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h5 class=\"wp-block-heading\">Step 2: Authorize Google Account<\/h5>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Click <strong>Connect to Google Calendar<\/strong><\/li>\n\n\n\n<li>Select Google account<\/li>\n\n\n\n<li>Review permissions<\/li>\n\n\n\n<li>Click <strong>Allow<\/strong><\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h5 class=\"wp-block-heading\">Step 3: Select Calendar<\/h5>\n\n\n\n<p>Doctor selects calendar:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Primary Calendar\nWork Schedule\nClinic Appointments\nPersonal\n<\/code><\/pre>\n\n\n\n<p>Click <strong>Save Selection<\/strong><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h5 class=\"wp-block-heading\">Step 4: Verify Connection<\/h5>\n\n\n\n<p>Status shows:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Connected\nCalendar: Selected calendar\nLast Sync: Recent\nConnected Account: doctor@example.com\n<\/code><\/pre>\n\n\n\n<p>Doctor is now synced.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">How Synchronization Works<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Appointment Created in KiviCare<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Appointment created<\/li>\n\n\n\n<li>Google Calendar event added instantly<\/li>\n\n\n\n<li>Google reminders triggered if enabled<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Appointment Updated<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Time or details modified<\/li>\n\n\n\n<li>Google Calendar event updated instantly<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Appointment Cancelled<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Appointment removed<\/li>\n\n\n\n<li>Google Calendar event deleted<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h4 class=\"wp-block-heading\">Blocking Time via Google Calendar<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Busy events block availability in KiviCare<\/li>\n\n\n\n<li>Prevents booking conflicts<\/li>\n\n\n\n<li>Google events do not create KiviCare appointments<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Advanced Configuration<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Patient Calendar Events<\/h4>\n\n\n\n<p>Optional setting:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Add event in patient calendar\n<\/code><\/pre>\n\n\n\n<p>When enabled:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Patients receive calendar invites<\/li>\n\n\n\n<li>Google reminders apply<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h4 class=\"wp-block-heading\">Event Template Customization<\/h4>\n\n\n\n<p>Default format:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Title: Patient: {patient_name}\nDescription:\nService: {service_name}\nDoctor: {doctor_name}\nStatus: {appointment_status}\nLocation: {clinic_name}, {clinic_address}\n<\/code><\/pre>\n\n\n\n<p>Custom templates available if enabled.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h4 class=\"wp-block-heading\">Sync Frequency<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Real-time automatic sync<\/li>\n\n\n\n<li>Triggered by appointment create, update, cancel, or status change<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Monitoring and Management<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Connection Status<\/h4>\n\n\n\n<p>View per doctor:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Connected\nCalendar name\nLast sync time\nTotal synced events\nFailed sync count\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h4 class=\"wp-block-heading\">Sync Logs<\/h4>\n\n\n\n<p>If enabled:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Success logs<\/li>\n\n\n\n<li>Failure reasons<\/li>\n\n\n\n<li>Event actions<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h4 class=\"wp-block-heading\">Disconnect and Reconnect<\/h4>\n\n\n\n<p>Disconnecting:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Stops future sync<\/li>\n\n\n\n<li>Existing events remain<\/li>\n<\/ul>\n\n\n\n<p>Reconnect:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Reauthorize Google account<\/li>\n\n\n\n<li>Sync resumes<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Troubleshooting<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">OAuth Error<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Verify redirect URI matches exactly<\/li>\n\n\n\n<li>Check HTTPS<\/li>\n\n\n\n<li>Confirm test users added<\/li>\n\n\n\n<li>Clear browser cache<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h4 class=\"wp-block-heading\">Events Not Syncing<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Verify doctor connection<\/li>\n\n\n\n<li>Confirm correct calendar selected<\/li>\n\n\n\n<li>Reauthorize if needed<\/li>\n\n\n\n<li>Ensure server supports outbound HTTPS<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h4 class=\"wp-block-heading\">Duplicate Events<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Remove duplicates from Google Calendar<\/li>\n\n\n\n<li>Disconnect and reconnect integration<\/li>\n\n\n\n<li>Avoid disconnecting during active sync<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h4 class=\"wp-block-heading\">Insufficient Permissions<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Reauthorize and allow all permissions<\/li>\n\n\n\n<li>Verify required scopes exist<\/li>\n\n\n\n<li>Workspace admins may need approval<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h4 class=\"wp-block-heading\">Invalid Client Error<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Verify Client ID and Secret<\/li>\n\n\n\n<li>Ensure OAuth client exists<\/li>\n\n\n\n<li>Recreate credentials if needed<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Best Practices<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Setup<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use HTTPS only<\/li>\n\n\n\n<li>Test with one doctor first<\/li>\n\n\n\n<li>Secure credentials<\/li>\n\n\n\n<li>Document setup internally<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Daily Use<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Doctors should not edit synced events directly<\/li>\n\n\n\n<li>Monitor connection health<\/li>\n\n\n\n<li>Reauthorize if sync stops<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Security and Privacy<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Avoid sensitive patient details in event titles<\/li>\n\n\n\n<li>Use generic naming if required<\/li>\n\n\n\n<li>Regenerate credentials if compromised<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Related Features<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/kivicare-pro\/documentation-kivicare-pro\/configuration-kivi-pro\/pro-settings\/\">Pro Settings Dashboard<\/a><\/li>\n\n\n\n<li>Appointment Management<\/li>\n\n\n\n<li>Doctor Management<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Support Resources<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Google Resources<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Google Calendar API Documentation<\/li>\n\n\n\n<li>OAuth 2.0 Guides<\/li>\n\n\n\n<li>Google Cloud Support<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">KiviCare Support<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Email: <a href=\"mailto:support@iqonic.design\">support@iqonic.design<\/a><\/li>\n\n\n\n<li>Subject: Google Calendar Integration Help<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Training Guide<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Doctor Training<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Connect Google account<\/li>\n\n\n\n<li>Verify sync<\/li>\n\n\n\n<li>Understand calendar events<\/li>\n\n\n\n<li>Reconnect when required<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Staff Training<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Appointments sync automatically<\/li>\n\n\n\n<li>Doctors must stay connected<\/li>\n\n\n\n<li>Check doctor sync status if issues occur<\/li>\n<\/ul>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Sync KiviCare appointments with Google Calendar to prevent double-booking and maintain unified schedules. Overview Google Calendar Integration provides two-way synchronization between KiviCare appointments and Google Calendar, ensuring doctors&#8217; schedules stay in sync across platforms. Key Benefits: Prerequisites Required Google Cloud Account Google Calendar API OAuth 2.0 Credentials KiviCare Pro Complete Setup Guide Part 1: Google [&hellip;]<\/p>\n","protected":false},"author":12,"featured_media":0,"parent":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[50],"tags":[],"class_list":["post-2351","post","type-post","status-publish","format-standard","hentry","category-configuration-kivi-pro"],"featured_image_src":null,"author_info":{"display_name":"wordpressadminiq","author_link":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/author\/wordpressadminiq\/"},"_links":{"self":[{"href":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/wp-json\/wp\/v2\/posts\/2351","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/wp-json\/wp\/v2\/comments?post=2351"}],"version-history":[{"count":2,"href":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/wp-json\/wp\/v2\/posts\/2351\/revisions"}],"predecessor-version":[{"id":2359,"href":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/wp-json\/wp\/v2\/posts\/2351\/revisions\/2359"}],"wp:attachment":[{"href":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/wp-json\/wp\/v2\/media?parent=2351"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/wp-json\/wp\/v2\/categories?post=2351"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/wp-json\/wp\/v2\/tags?post=2351"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}