TEASEDocs
API ReferencePages & Publish

Get the draft notification banner for a domain

Returns the editable push-style notification banner for the given domain, creating an empty draft on first access. 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

Path Parameters

domain*string

Registered hostname, e.g. onlydasha.com.

Response Body

application/json

application/json

GET
/api/admin/notification/{domain}
curl -X GET "https://example.com/api/admin/notification/string"
{  "domain": "onlydasha.com",  "enabled": true,  "avatar_filename": "avatar-9f2a.webp",  "sound_filename": null,  "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,  "updated_at": 1719766800,  "translations": {    "es": {      "title": "Nueva publicacion",      "body": "Toca para ver",      "link_text": "Abrir"    }  },  "style": null,  "preset_id": null,  "assignment": null}
{  "detail": {    "code": "domain_not_found",    "message": "Domain 'onlydasha.com' is not registered"  }}