✨ MoEngage NEXT Spring 2026 — The Future of Engagement is Agentic. Join us on April 28. Register now
curl --request POST \
--url https://api-{dc}.moengage.com/v1/external/campaigns/content-blocks/search \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--header 'MOE-APPKEY: <moe-appkey>' \
--data '
{
"filters": {
"content_type": [
"TEXT"
],
"team_ids": [
"0"
],
"tag_ids": [
"6141c7ec9b4cbd0b57c872e5"
],
"status": [
"ACTIVE"
],
"updated_by": [
"geetima@moengage.com"
],
"search_text": "BT_non_personaliation"
}
}
'{
"data": [
{
"id": "61dd90a4cdfd67a8d48ef681",
"name": "BT_non_personaliation",
"label": "BT_non_personaliation",
"description": "BT_non_personaliation",
"content_type": "TEXT",
"status": "ACTIVE",
"created_by": "geetima@moengage.com",
"created_at": "2022-01-11T14:13:56.063000",
"updated_by": "geetima@moengage.com",
"updated_at": "2022-01-11T14:15:31.254000",
"tag_ids": [
"6141c7ec9b4cbd0b57c872e5",
"61409d091202397cc82f8356"
],
"team_ids": [
"0"
]
}
]
}This API searches for the available content blocks in your MoEngage account.
curl --request POST \
--url https://api-{dc}.moengage.com/v1/external/campaigns/content-blocks/search \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--header 'MOE-APPKEY: <moe-appkey>' \
--data '
{
"filters": {
"content_type": [
"TEXT"
],
"team_ids": [
"0"
],
"tag_ids": [
"6141c7ec9b4cbd0b57c872e5"
],
"status": [
"ACTIVE"
],
"updated_by": [
"geetima@moengage.com"
],
"search_text": "BT_non_personaliation"
}
}
'{
"data": [
{
"id": "61dd90a4cdfd67a8d48ef681",
"name": "BT_non_personaliation",
"label": "BT_non_personaliation",
"description": "BT_non_personaliation",
"content_type": "TEXT",
"status": "ACTIVE",
"created_by": "geetima@moengage.com",
"created_at": "2022-01-11T14:13:56.063000",
"updated_by": "geetima@moengage.com",
"updated_at": "2022-01-11T14:15:31.254000",
"tag_ids": [
"6141c7ec9b4cbd0b57c872e5",
"61409d091202397cc82f8356"
],
"team_ids": [
"0"
]
}
]
}Documentation Index
Fetch the complete documentation index at: https://moengage-ios-release-notes-breaking-changes-doc-1961.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authentication is done via Basic Auth. This requires a base64-encoded string of your credentials in the format 'username:password'.
For more information on authentication and getting your credentials, refer here.
This is the Workspace ID of your MoEngage account that must be passed with the request. You can find it in the MoEngage dashboard at Settings > Account > APIs > Workspace ID (earlier app id).
A set of filters to apply to the search.
A set of filters to apply to the search.
You can send empty filters if you want all the content blocks: { "filters" : {} }
Show child attributes
Success
Show child attributes
Was this page helpful?