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

Authorizations

X-API-Key
string
header
required

Query Parameters

limit
number

Maximum number of results to return (max 10)

lastEvaluatedKey
string

Key for pagination

Response

200

User notifications successfully retrieved