Skip to main content
GET
/
v1
/
reports
/
nps-tool
/
{npsToolId}
Get the NPS report for a specific NPS tool
curl --request GET \
  --url https://clientapi.woku.app/v1/reports/nps-tool/{npsToolId} \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 400,
  "message": "<string>",
  "error": "Bad Request"
}

Documentation Index

Fetch the complete documentation index at: https://woku.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Company API key. Obtain this from your Woku dashboard under Settings > API Keys. The same key used for the v0 endpoints.

Path Parameters

npsToolId
string
required

MongoDB ObjectId of the NPS tool.

Pattern: ^[0-9a-fA-F]{24}$

Response

NPS tool report