# devRant API: Notifications The notification feed maps DevPlace notifications onto the devRant shape. Both endpoints need the token triple - log in below. DevPlace types map onto devRant types: `comment`/`reply` to `comment_discuss`, `mention` to `comment_mention`, `vote` to `rant_vote`, `follow` to `rant_sub`.
{% set devrant_slug = 'devrant-notifications' %} {% include "docs/_devrant_endpoints.html" %}