Get monthly transition counts
Twelve trailing calendar months of transition counts (by announced date, linked + non-historical, optional role filter) -- the seasonal rhythm of leadership movement. Same `leadership_transitions` module gate as GET /transitions.
Twelve trailing calendar months of transition counts (by announced date, linked + non-historical, optional role filter) -- the seasonal rhythm of leadership movement. Same leadership_transitions module gate as GET /transitions.
API key (sk_live_... prefix). Generate keys in the UI under Settings > API Keys, then send it as Authorization: Bearer sk_live_...
In: header
Query Parameters
Restrict counts to one role class
"superintendent" | "board" | "cabinet" | "other"Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://loading/api/v1/transitions/seasonality"{
"data": [
{
"month": "string",
"count": 0
}
]
}{
"error": "string",
"message": "string",
"statusCode": -9007199254740991
}{
"error": "string",
"message": "string",
"statusCode": -9007199254740991
}{
"error": "entitlement_required",
"module": "string",
"message": "string",
"contact": "string"
}{
"error": "string",
"message": "string",
"statusCode": -9007199254740991
}Get transitions relevant to a profile GET
The curated slice of the transitions feed for one profile, selected deterministically: transitions in districts the profile follows or has opportunities in rank first, then territory-state matches, weighted by freshness of the move and buying intent. Each row carries a `relevance` object with the score and human-readable connection reasons. Same `leadership_transitions` module gate as GET /transitions; the project_id must belong to the caller's organization.
List email prompt templates GET
Get all email prompt templates for the current user. Used with the generate-email endpoint.