Skip to main content
GET
/
tags
List all tags
curl --request GET \
  --url https://messenger-public-api.cogfy.com/tags \
  --header 'api-key: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}

Authorizations

api-key
string
header
required

Response

200 - application/json
data
object[]