- Overview
- Introduction
- Hosts
- Global Headers
- Common HTTP Error Codes
- API Permits
- Authorization
- API Contexts
- Common Concepts
- Common Models
- Reference
- API Structure
- Public API
- Introduction
- Loyalty Club
- Member
- Offers
- Rewards
- Games
- CMS Content
- Management API
- Introduction
- Core
- Applications
- Privacy Policy
- Cookie Policy
- Terms
- Domains
- Domain Email Configs
- Domain Web Configs
- TLS Certificates
- Links
- Fonts
- Subunits
- Subunits Scopes
- SMS Sender Identities
- Contacts
- Translations
- Promotions Policy
- Tracker
- Social Logins
- Billing
- Members
- Listing Members
- Member Profile
- Imports
- Groups
- Programs
- Benefits
- Cars
- Webhooks
- Misc
- Receipts
- Stores
- Offers
- Rewards
- Triggerer
- CMS
- Introduction
- Pages
- Components
- Website
- Website Domains
- Venue Info
- Landing Pages
- Landing Page Templates
- Articles
- Events
- Events Groups
- Job Postings
- Press Releases
- Tags
- Service Messages
- Content Prototypes
- ContentPrototype Model
- List Content Prototypes
- Show Content Prototype
- Create Content Prototype
- Update Content Prototype
- Destroy Content Prototype
- List Organization Content Prototypes
- Show Organization Content Prototype
- Create Organization Content Prototype
- Update Organization Content Prototype
- Destroy Organization Content Prototype
- Mixed Content
- Attachments
- Events
- Games
- Scraper
- Files
- Receipts
- Users API
- Operations API
- Introduction
- Manager API
- Tenant API
- Messaging API
- Data API
- ML API
- Introduction
- Predict Sending KPI v1
- Explain Sending KPI Prediction v1
- Predict Sending KPI In Date Range v1
- Predict Sending Popularity v2
- Predict Sending Text Popularity v2
- Predict Sending Time Series Popularity v2
- Explain Sending Popularity Prediction v2
- Explain Sending Text Popularity Prediction v2
- Explain Sending Time Series Popularity Prediction v2
- Recommend sending time v2
- Generate Image
- Generate Text
- Generate Sending Text
- (Draft) Reporting API
- Other
- Webhooks System
System URLs
URL Schemes List#
URL Scheme | Description |
---|---|
website://page{?id} | Website Page |
website://article{?id,slug} | Website Article |
website://event{?id,slug} | Website Event |
website://job{?id,slug} | Website Job |
website://store{?id,slug} | Website Store |
website://promotion{?id} | Website Promotion |
website://service_page?service=home_page | Website Home Page |
website://service_page?service=articles_list | Website Articles List |
website://service_page?service=events_list | Website Events List |
website://service_page?service=jobs_list | Website Jobs List |
website://service_page?service=stores_list | Website Stores List |
website://service_page?service=promotions_list | Website Promotions List |
Website Page#
website://page{?id}
website://page?=5
Example output:
welcome
Website entities#
Article#
website://article{?id,slug}
website://article?id=5&slug=awesome
Example output:
articles/5-awesome
labeled with
article_page
Service,identified by ID and, optionally, by slug.
Event#
website://event{?id,slug}
website://event?id=5&slug=awesome
labeled with
event_page
Service,identified by ID and, optionally, by slug.
events/5-awesome
.Job Posting#
website://job{?id,slug}
website://job?id=5&slug=awesome
Example output:
jobs/5-awesome
labeled with
job_page
Service,identified by ID and, optionally, by slug.
Store#
website://store{?id,slug}
website://store?id=5&slug=awesome
Example output:
stores/5-awesome
labeled with
store_page
Service,identified by ID and, optionally, by slug.
Promotion#
website://promotion{?id}
website://promotion?id=5
Example output:
promotions/5
labeled with
promotion_page
Service,identified by ID and slug (for decoration).
Website Service Pages#
Home Page#
website://service_pages?service=home_page
home
labeled with
home_page
ServiceArticles List#
website://service_pages?service=articles_list
articles
labeled with
articles_list
ServiceEvents List#
website://service_pages?service=events_list
events
labeled with
events_list
ServiceJobs List#
website://service_pages?service=jobs_list
jobs
labeled with
jobs_list
ServiceStores List#
website://service_pages?service=stores_list
stores
labeled with
stores_list
ServicePromotions List#
website://service_pages?service=promotions_list
promotions
labeled with
promotions_list
ServiceModified at 2024-05-06 14:10:59