Skip to content

Get Company Profile

GET
/company-profile

Read this org’s company profile — the source Studio generation reads from.

Returns the most recently updated profile (_ordered_profile_candidates orders by updated_at desc, then created_at desc, then id desc, and this takes the first row). It does NOT filter by a confirmed domain, so after a domain change the row you get back is whichever profile was touched last — call PUT /company-profile to set the correct one if the latest is stale.

Authorizations

Parameters

Header Parameters

X-Target-Org-Id
Any of:
string

Responses

200

Successful Response

object
data
required
object
key
additional properties
any
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string