Skip to content

GET /v3/bidder/notifications?limit=0 — count-only (badge)

GET
/v3/bidder/notifications
curl --request GET \
--url 'https://api-ha-prod-p8.handbid.dev/v3/bidder/notifications?limit=0' \
--header 'Authorization: Bearer <token>' \
--header 'X-Iphone: 1'

Count-only mode for the iOS home-screen bell badge. Skips the list query entirely — only the two indexed counts run. Returns {notifications: [], totalCount: N, unreadCount: M}. Recommended for app-foreground polling.

X-Iphone
integer
Example
1
limit
integer
Example
0

Successful response

Media type application/json