Skip to main content
GET
/
v1
/
companies
/
me
Get the caller company
curl --request GET \
  --url https://clientapi.woku.app/v1/companies/me \
  --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.

Response

Company data retrieved