Notifications API¶
2 confirmed endpoints — 0 respond with data, 2 require valid input.
Endpoints Requiring Valid Input¶
These endpoints are confirmed live but need proper request bodies.
GET /prime/api/v1/notifications¶
Get notifications for the current user
⚠️ Live — requires valid request body
Response Schema:
| Field | Type | Required |
|---|---|---|
nextToken |
string | Yes |
notifications |
array | Yes |
POST /prime/api/v1/notifications¶
Create and send custom notifications
⚠️ Live — requires valid request body
Not Found¶
| Method | Path | Code |
|---|---|---|
GET |
/api/v1/notifications |
404 |
GET |
/prime/api/v1/notifications/{id} |
404 |
POST |
/prime/api/v1/notifications/{id}/mark |
404 |