BizKitHub
DocsAPI ReferenceProject Rate/bff/project-rate/list
getProject RateAdmin BFF

/bff/project-rate/list

List project-rate windows

ProjectRategetBffProject-rateList

Parameters

1 query

Query parameters

· 1
projectIdstringOptional

Scope to one project.

Exampleexample_projectId

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/project-rate/list

get
curl -X GET "https://api.bizkithub.com/bff/project-rate/list?projectId=example_projectId" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key