GET
/
v1
/
platform
/
notifications
/
types
cURL
curl --request GET \
  --url https://api.comm.com/api/v1/platform/notifications/types \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "type": "<string>",
      "categories": [
        "<string>"
      ],
      "uniq": "<string>",
      "title": "<string>",
      "reason": "<string>",
      "suppress": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

The response is of type object.