Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://backend.nebuly.com/api/external/eligible-users \ --header 'Authorization: Bearer <token>'
{ "users": [ { "end_user": "alice@example.com", "tags": { "Product Tier": "Premium", "Country": "US" }, "active_from": "2026-01-01", }, { "end_user": "bob@example.com", "tags": { "Product Tier": "Standard", "Country": "CA" }, "active_from": "2025-06-23", "active_to": "2026-01-12" } ] }
Show properties