v1

latestOpenAPI 3.1.02026-07-241642423.7 KB

Get an agency

Returns a single agency by ID.

get/agencies/{id}

Path parameters

idstring required

ID of the agency.

Response

200

idstring

Unique identifier (agc_ prefix) for the agency.

labelstring

Human-readable name for display.

jurisdictionstring

Lowercase region code (fed or a lowercased ISO 3166-2:US region code). Local agencies use their state's value.

Example response

{
  "id": "agc_ukjABgbD0hQ3dfBRyMPD",
  "label": "Internal Revenue Service",
  "jurisdiction": "fed"
}