List entity configurations

Returns metadata for all available Entities type, including supported fields, patch operations, and validation rules.
Use this to programmatically discover what entity types are available for your workspace, which fields are required, what types are available, and how your workspace is configured.

Code examples

Replace <your-token> with a valid API token.

Get configurations of all entities

curl -X GET "https://api.productboard.com/v2/entities/configurations" \
  -H "Authorization: Bearer <your-token>"

Get configurations of Product Hierarchy entities

curl -X GET "https://api.productboard.com/v2/entities/configurations?type[]=product&type[]=component&type[]=feature&type[]=subfeature" \
  -H "Authorization: Bearer <your-token>"
Language
Credentials
Header
Click Try It! to start a request and see the response here!