- Auth
- Teams
- Academies
- Dashboards
- Members
- Courses
- Videos
- Quizzes
- Taxonomies
- Builder
- Enrollments
- Dowloads
- Tags
- Currencies
- Countries
- Certificates
- Certificates Templates
- Appointments
- Difficulties
- Assigment Members
- Assignments
- Products
- Articles
- Webhooks
- Domains
- Comments
- Reviews
- Orders
- Cancellation Reasons
- Bank Transfers
- Coupons
- Campaigns
- Affiliates
- Msaaq Affiliates
- Settings
- MsaaqPay
- Apps Marketplace
- Academy Verification
- Billing
- Notifications
- Apps
- Search
- Abandoned Carts
- Announcements
- Onboarding
- Forms
- Bank
- Coaching sessions
Export campaigns
Production
Production
POST
https://api.msaaq.com/v1/admin/campaigns/export
Last modified:2024-10-17 13:18:07
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Header Params
Accept
stringÂ
required
Example:
application/json
X-Tenant
stringÂ
required
Example:
{{tenant}}
Body Params multipart/form-data
name
stringÂ
required
Example:
campaign name
goal
stringÂ
required
Example:
launch_product
status
stringÂ
required
Example:
scheduled
product_id
stringÂ
required
Example:
10
product_type
stringÂ
required
Example:
product
scheduled_at
stringÂ
required
Example:
2024-06-03
segment_id
stringÂ
required
message_subject
stringÂ
required
Example:
subject
message_body
stringÂ
required
Example:
body
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.msaaq.com/v1/admin/campaigns/export' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--form 'name="campaign name"' \
--form 'goal="launch_product"' \
--form 'status="scheduled"' \
--form 'product_id="10"' \
--form 'product_type="product"' \
--form 'scheduled_at="2024-06-03"' \
--form 'segment_id=""' \
--form 'message_subject="subject"' \
--form 'message_body="body"'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-10-17 13:18:07