Get configuration

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

Code examples

This endpoint does not require an entity ID. You must specify the type of entity you're querying using the type query parameter.

Retrieve the configuration for feature entities:

curl -X GET "https://api.productboard.com/v2/entities/configuration?type=feature" \
  -H "Authorization: Bearer <your-token>"

Retrieve the configuration for initiatives:

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