Get configuration

Returns metadata for a specific note 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

  • Replace <your-token> with a valid API token.
  • You must specify the type of note you're querying using the type query parameter.

Retrieve the configuration for simple notes:

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

Retrieve the configuration for conversation notes:

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