Get an NPS tool definition
NPS
Get an NPS tool definition
Returns the definition of an NPS tool — its internal name and the message and audience used to build the survey question (“On a 0–10 scale, how likely are you to recommend to ?”). Fails with 403 if the tool does not belong to the caller company.
GET
Get an NPS tool definition
Authorizations
Company API key. Obtain this from your Woku dashboard under Settings > API Keys. The same key used for the v0 endpoints.
Path Parameters
MongoDB ObjectId of the NPS tool.
Pattern:
^[0-9a-fA-F]{24}$Response
NPS tool definition
Pattern:
^[0-9a-fA-F]{24}$Example:
"507f1f77bcf86cd799439011"
Internal name of the NPS tool.
Example:
"Post-checkout NPS"
Company or product referenced in the survey question.
Example:
"Acme Store"
Audience referenced in the survey question.
Example:
"shoppers"