---
title: "Get an organization's public profile"
method: GET
path: "/v1beta/organizations/{organization_id}/public-profile"
tags: ["Organizations"]
---

# Get an organization's public profile

`GET /v1beta/organizations/{organization_id}/public-profile`

Returns the public-facing profile of an organization. This endpoint does not require authentication.

## Path parameters

- `organization_id` string, required — Organization ID. Pattern: org_[0-9a-hjkmnp-tv-z]{26}

## Response `200`

Success

- GetOrganizationPublicProfileResponse — GetOrganizationPublicProfileResponse contains the public-facing profile of an organization.
  - `display_name` string — Human-readable organization name.
  - `logo_image_url` string, nullable — URL of the organization's logo image, if set.

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed - missing or invalid API key
- `403` — Authorization failed - valid key but insufficient permissions
- `404` — Resource not found
- `429` — Too many requests
- `500` — Internal server error

---

[API](https://skmtc.net/factify-inc/apis/factify-api.md) · [All operations](https://skmtc.net/factify-inc/apis/factify-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factify-inc/factify-api/revisions/8baabdfb82bf/schema)
