Return notifications of current user
GET/api/v1/users/me/notifications
Return notifications of current user
Request
Query Parameters
page int32
Default value: 1
Page offset to fetch.
per_page int32
Default value: 10
Number of results to return per page.
Responses
- 200
Return notifications of current user
- application/vnd.api+json
- Schema
Schema
any
Loading...