curl -X GET \
'https://api.appcharge.com/v1/portal-content' \
-H 'x-publisher-token: <x-publisher-token>'
{
"items": [
{
"id": "507f1f77bcf86cd799439011",
"title": "Welcome to Our Game",
"subTitle": "Everything you need to know",
"bodyText": "This is the main content body with detailed information...",
"headerImage": "https://cdn.example.com/images/header.jpg",
"thumbnailImage": "https://media.appcharge.com/media/25cb4861ec8924a6b69a0f59/book-shelf1920.jpg",
"labels": ["tutorial", "beginner"],
"state": "visible",
"contentType": "article",
"publishDate": "2025-10-20T00:00:00.000Z",
"slug": "welcome-to-our-game",
"visibility": "public",
"createdAt": "2025-10-15T10:30:00.000Z",
"updatedAt": "2025-10-19T14:20:00.000Z",
"pages": [
{
"id": "6850249eb5bd5c59b9bab7e2",
"pageName": "FAQs"
},
{
"id": "692eb70d0293e07ab4895518",
"pageName": "Events"
}
]
},
{
"id": "507f1f77bcf86cd799439012",
"title": "New Feature Release",
"subTitle": "Check out the latest updates",
"bodyText": "We are excited to announce new features that will enhance your gaming experience...",
"headerImage": "https://cdn.example.com/images/news-header.jpg",
"thumbnailImage": "https://media.appcharge.com/media/25cb4861ec8924a6b69a0f59/book-shelf1920.jpg",
"labels": ["news", "updates"],
"state": "visible",
"contentType": "news",
"slug": "new-feature-release",
"visibility": "public",
"createdAt": "2025-10-18T08:15:00.000Z",
"updatedAt": "2025-10-20T11:45:00.000Z",
"pages": [
{
"id": "692eb70d0293e07ab4895518",
"pageName": "Events"
}
]
}
]
}
Retrieves a list of all content items.
curl -X GET \
'https://api.appcharge.com/v1/portal-content' \
-H 'x-publisher-token: <x-publisher-token>'
{
"items": [
{
"id": "507f1f77bcf86cd799439011",
"title": "Welcome to Our Game",
"subTitle": "Everything you need to know",
"bodyText": "This is the main content body with detailed information...",
"headerImage": "https://cdn.example.com/images/header.jpg",
"thumbnailImage": "https://media.appcharge.com/media/25cb4861ec8924a6b69a0f59/book-shelf1920.jpg",
"labels": ["tutorial", "beginner"],
"state": "visible",
"contentType": "article",
"publishDate": "2025-10-20T00:00:00.000Z",
"slug": "welcome-to-our-game",
"visibility": "public",
"createdAt": "2025-10-15T10:30:00.000Z",
"updatedAt": "2025-10-19T14:20:00.000Z",
"pages": [
{
"id": "6850249eb5bd5c59b9bab7e2",
"pageName": "FAQs"
},
{
"id": "692eb70d0293e07ab4895518",
"pageName": "Events"
}
]
},
{
"id": "507f1f77bcf86cd799439012",
"title": "New Feature Release",
"subTitle": "Check out the latest updates",
"bodyText": "We are excited to announce new features that will enhance your gaming experience...",
"headerImage": "https://cdn.example.com/images/news-header.jpg",
"thumbnailImage": "https://media.appcharge.com/media/25cb4861ec8924a6b69a0f59/book-shelf1920.jpg",
"labels": ["news", "updates"],
"state": "visible",
"contentType": "news",
"slug": "new-feature-release",
"visibility": "public",
"createdAt": "2025-10-18T08:15:00.000Z",
"updatedAt": "2025-10-20T11:45:00.000Z",
"pages": [
{
"id": "692eb70d0293e07ab4895518",
"pageName": "Events"
}
]
}
]
}
curl -X GET \
'https://api.appcharge.com/v1/portal-content' \
-H 'x-publisher-token: <x-publisher-token>'
{
"items": [
{
"id": "507f1f77bcf86cd799439011",
"title": "Welcome to Our Game",
"subTitle": "Everything you need to know",
"bodyText": "This is the main content body with detailed information...",
"headerImage": "https://cdn.example.com/images/header.jpg",
"thumbnailImage": "https://media.appcharge.com/media/25cb4861ec8924a6b69a0f59/book-shelf1920.jpg",
"labels": ["tutorial", "beginner"],
"state": "visible",
"contentType": "article",
"publishDate": "2025-10-20T00:00:00.000Z",
"slug": "welcome-to-our-game",
"visibility": "public",
"createdAt": "2025-10-15T10:30:00.000Z",
"updatedAt": "2025-10-19T14:20:00.000Z",
"pages": [
{
"id": "6850249eb5bd5c59b9bab7e2",
"pageName": "FAQs"
},
{
"id": "692eb70d0293e07ab4895518",
"pageName": "Events"
}
]
},
{
"id": "507f1f77bcf86cd799439012",
"title": "New Feature Release",
"subTitle": "Check out the latest updates",
"bodyText": "We are excited to announce new features that will enhance your gaming experience...",
"headerImage": "https://cdn.example.com/images/news-header.jpg",
"thumbnailImage": "https://media.appcharge.com/media/25cb4861ec8924a6b69a0f59/book-shelf1920.jpg",
"labels": ["news", "updates"],
"state": "visible",
"contentType": "news",
"slug": "new-feature-release",
"visibility": "public",
"createdAt": "2025-10-18T08:15:00.000Z",
"updatedAt": "2025-10-20T11:45:00.000Z",
"pages": [
{
"id": "692eb70d0293e07ab4895518",
"pageName": "Events"
}
]
}
]
}
Publisher token.
Content retrieved successfully.
List of content objects.
Show child attributes
Content ID.
"507f1f77bcf86cd799439011"
Content title.
"Welcome to Our Game"
Content description.
"Everything you need to know"
Content body text.
"This is the main content body with detailed information..."
Content header image URL.
"https://cdn.example.com/images/header.jpg"
Content thumbnail image URL.
"https://media.appcharge.com/media/25cb4861ec8924a6b69a0f59/book-shelf1920.jpg"
List of labels associated with the content.
["tutorial", "beginner"]Current state of the content.
visible, hidden, scheduled "hidden"
Content type.
article, news "article"
Content publish date. Use for scheduling content.
"2025-10-20T00:00:00.000Z"
Content slug. If not provided, this value is auto-generated.
"welcome-to-our-game"
Content visibility level.
public, private "public"
Created date.
"2025-10-15T10:30:00.000Z"
Updated date.
"2025-10-19T14:20:00.000Z"
List of pages where this content appears.
[
{
"id": "68b0249eb5bd5c59b9bab7e2",
"pageName": "FAQs"
},
{
"id": "692eb70d0293e07ab4895518",
"pageName": "Events"
}
]Was this page helpful?