Skip to content

Types

GET /public/v1/projects/{project_slug}/organizations/types

Return distinct organization type values for the project's catalog. Use this to populate filter dropdowns before calling List and search.

For the full catalog of allowed values and meanings, see Entity Meta → Organizations. The response includes both catalog defaults and types stored on active canonical records.

Path parameters

Name Type Description
project_slug string Project slug

Response 200

{
  "types": ["company", "government"]
}
Field Type Description
types string[] Distinct organization type values, sorted alphabetically

Example

curl "https://api.{organization_slug}.backfield.news/public/v1/projects/general/organizations/types" \
  -H "Authorization: Bearer bfk_your_project_api_key"

Errors

Status When
401 Missing or invalid API key
403 API key not valid for this project
404 Unknown project_slug