Valyourise Logo

ValYouRise

DevelopmentApi

Get organization

Returns organization profile data together with the authenticated caller's organization role.

GET
/api/orgs/{orgId}

Returns organization profile data together with the authenticated caller's organization role.

PAT<token>

Personal Access Token

In: header

Path Parameters

orgId*string

Response Body

application/json

curl -X GET "https://loading/api/orgs/string"
{
  "organization": {
    "$id": "string",
    "name": "string",
    "slug": "string",
    "teamId": "string",
    "createdByUserId": "string",
    "defaultPrivacyMode": "option_1",
    "industry": "string",
    "website": "string",
    "customerNames": [
      "string"
    ],
    "revenueAmount": 0,
    "revenueCurrency": "string",
    "revenuePeriod": "year",
    "employeeCountMin": 0,
    "employeeCountMax": 0,
    "addressStreet": "string",
    "addressPostalCode": "string",
    "addressCity": "string",
    "addressCountry": "string",
    "aiEnrichmentOptIn": true,
    "lastEnrichedAt": "string",
    "lastEnrichmentSource": "manual",
    "logoFileId": "string",
    "archivedAt": "string"
  },
  "role": "organization_admin"
}
Empty