Retrieve all concept entries.

GET /data/concepts

Filters can be specified in the query string.

Responses

  • All concept entries

GET /data/concepts
curl \
 --request GET http://api.example.com/data/concepts \
 --header "Authorization: $API_KEY"