Skip to main content
GET
/
companies
Get Company data
curl --request GET \
  --url https://clientapi.woku.app/companies \
  --header 'Authorization: Bearer <token>'
{
  "nps": {},
  "wokus": [
    {
      "_id": "65348875f3a876254aa82d5e",
      "description": "Docker Training",
      "createdBy": "653485cff3a876254aa82d0b",
      "companyId": "6534865cf3a876254aa82d26",
      "users": [
        "653485cff3a876254aa82d0b",
        "6541cc3f666483667c07dd92"
      ],
      "file": {
        "filename": "image",
        "type": "image",
        "url": "https://ik.imagekit.io/dior7woku/woku-web-site/cta/5.webp?updatedAt=1765935599547"
      },
      "qualifications": [],
      "textnotes": [],
      "voicemails": [],
      "folderId": "6546d641f6258948f2d34b95"
    }
  ],
  "folders": "<array>",
  "company": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Company data retrieved successfully.

nps
object

NPS metrics data

wokus
object[]

List of wokus with their reviews

folders
array

List of folders

company
object