Valyourise Logo

ValYouRise

DevelopmentApi

List organizations for current user

Returns the organizations visible to the authenticated user based on confirmed Appwrite team membership.

GET
/api/orgs

Returns the organizations visible to the authenticated user based on confirmed Appwrite team membership.

PAT<token>

Personal Access Token

In: header

Response Body

application/json

curl -X GET "https://loading/api/orgs"
[
  {
    "$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"
  }
]
Empty