Skip to main content
GET
/
v1
/
wokus
/
{wokuId}
/
review
Get review data for a Woku
curl --request GET \
  --url https://clientapi.woku.app/v1/wokus/{wokuId}/review \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 403,
  "message": "Authentication required",
  "error": "Forbidden"
}

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

wokuId
string
required

MongoDB ObjectId of the Woku.

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

Response

Woku review payload