/api/partner/v1/me
Who am I
scope: any keyYour organisation, the key’s scopes and prefix, your operating areas and every ward they cover. Call it first to check a new key.
curl -H "Authorization: Bearer $TAHADHARI_KEY" \
"$TAHADHARI_URL/me"{
"organisation": { "id": "wash-a", "name": "WASH Partner A", "kind": "ngo" },
"key": { "id": "ak-demo", "name": "Kobo bridge", "prefix": "th_live_bfd7a2ce",
"createdAt": "2026-09-20T08:00:00.000Z", "lastUsedAt": "2026-09-23T13:40:02.114Z" },
"scopes": [{ "scope": "incidents:read", "description": "Read incidents in your organisation's areas …" }],
"operatingAreas": [{ "scope": "ward", "id": "neboi", "name": "Neboi" }],
"wards": [{ "id": "neboi", "name": "Neboi", "subCounty": { "id": "mandera-east", "name": "Mandera East" } }]
}