GET
/
users
/
notifications
/
status
/
{status}
curl --request GET \
  --url https://restapi.gputrader.io/v1/users/notifications/status/{status} \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

Path Parameters

status
string
required

Notification status

Query Parameters

limit
number

Maximum number of results to return (max 10)

lastEvaluatedKey
string

Key for pagination

Response

200

User notifications successfully retrieved