cURL
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": {} }
Returns the company data including folders, wokus with their reviews, and NPS metrics.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Company data retrieved successfully.
NPS metrics data
List of wokus with their reviews
Show child attributes
List of folders