GET
/
research
/
v1
/
reports
/
tags
Get list of tags for research report
curl --request GET \
  --url https://api.messari.io/research/v1/reports/tags \
  --header 'X-Messari-API-Key: <api-key>'
{
  "data": [
    "<string>"
  ],
  "error": "<string>"
}

Authorizations

X-Messari-API-Key
string
header
required

Response

200
application/json

Default response

The response is of type object.