TEASEDocs
API ReferencePages & Publish

List notification presets

Returns every notification preset in the account library, newest first. Presets are reusable banner creatives: assign them to domains from the Notification tab (or via the notification assignment / apply endpoints) — 2+ enabled presets on a domain run a creative A/B. Requires a read-scoped key.

Authorization

bearerAuth
AuthorizationBearer <token>

Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.

In: header

Response Body

application/json

GET
/api/admin/library/notifications
curl -X GET "https://example.com/api/admin/library/notifications"
{  "items": [    {      "id": 7,      "creator_id": "dasha",      "name": "July drop",      "title": "New post is live",      "body": "Tap to see what you've been missing",      "link_text": "Open",      "target_url": "https://onlyfans.com/dasha",      "link_mode": "",      "delay_ms": 2500,      "avatar_filename": "avatar_9f2c1a7b3d4e5f60.webp",      "sound_filename": null,      "translations": null,      "variants": null,      "activity_source": null,      "created_at": 1752537600,      "updated_at": 1752537600    }  ]}