Skip to main content
Use this endpoint to inspect the current 1:1 Coaching configuration for your Shilo integration. The response tells you whether coaching is enabled, how frequently coaching periods are generated (cadence), any custom focus text or questions that have been configured for your organization, and the usage limits that govern how much AI coaching content can be generated per period.

Endpoint

Authentication

Include your API key in the request header:

Response

200 — Success

Returns a CoachingSettings object.
string
The unique identifier of your Shilo integration.
boolean
Whether the 1:1 Coaching feature is currently enabled for your integration. This is the configured feature toggle, independent of usage limits.
string
The frequency at which new coaching periods are created. One of: weekly, semimonthly, monthly.
object
Custom coaching content configured for your organization.
object
Controls how much AI coaching content can be generated per period.

401 — Unauthorized

Your API key is missing or invalid.

404 — Not Found

No coaching settings were found for your integration. Coaching may not yet be configured.

Example Request

Example Response