Skip to main content
GET
/
users
/
notifications
/
status
/
{status}
Get user notifications by status
curl --request GET \
  --url https://api.gputrader.io/v1/users/notifications/status/{status} \
  --header 'X-API-Key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.gputrader.io/llms.txt

Use this file to discover all available pages before exploring further.

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

User notifications successfully retrieved