- Getting Started
- Integration Guides
- APIs
- OAuth
- Admin
- 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
- Tenant
- Getting Started with Tenant API
- Auth
- Reviews
- Account
- Update login credentials
- Affliates
- Banks
- Change password by signed
- Unsubsribe
- Update Account
- Get order invoice
- Last viewed course/learning path
- List User's Appointments
- User Stats
- List User's Rejected Assignments
- List User's Assignments
- List User's Quizzes
- List User's Upcomming Appointments
- List User's Products
- List User's Courses
- List User's Learning Paths
- Last User's Orders
- Certificates
- Currencies
- Newsletter
- Cart
- Courses
- Payments
- Pages
- Articles
- Instructors
- Taxonomies
- Products
- Appointments
- Get Sitemap
- Get Translations
- Search
- Well Know
- Ping Pong
- Get Tenant Details
Install app
Production
Production
POST
https://api.msaaq.com/v1/admin/apps/12/install
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
publishable_key
string
required
Example:
pk_test_51PIyuQJZlIff0kkOHCE3LEWoYevpzP4kmUK2M2e36xbEtq2g5iyTrCZGpThrAIw9jTM01WRuvKSnTsgcTbWLDveR005zZcMeg7
secret_key
string
required
Example:
sk_test_51PIyuQJZlIff0kkOgj9NYUdcSauCPHsBI2gXU8aEo8MNOjFdVhhP1E66wJhILlFO4SD1mTmkUJ4dxN1eqNOsLeoF00PRpzTeud
webhook_url
string
required
Example:
https://academy.msaaq.com/payments/stripe/callback
type
string
required
Example:
s2s
client_id
string
required
Example:
8Lv6jREhRmiwpkNVqNkZgg
client_secret
string
required
Example:
aMTOIh15s8w53FinDvBC4EKTq6DzyfN0
account_id
string
required
Example:
yu2Mno5-QSaGzHu796RO4w
secret_token
string
required
Example:
7-QW12gwSiGtOTTmVuToCb
api_key
string
required
Example:
50a47ade7f9e2f15e8d6qc8b1335b585-up12
mail_list
string
required
Example:
15a08570c4
tracking_id
string
required
Example:
G-BCGCG0CFGZ
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/apps/12/install' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--form 'publishable_key="pk_test_51PIyuQJZlIff0kkOHCE3LEWoYevpzP4kmUK2M2e36xbEtq2g5iyTrCZGpThrAIw9jTM01WRuvKSnTsgcTbWLDveR005zZcMeg7"' \
--form 'secret_key="sk_test_51PIyuQJZlIff0kkOgj9NYUdcSauCPHsBI2gXU8aEo8MNOjFdVhhP1E66wJhILlFO4SD1mTmkUJ4dxN1eqNOsLeoF00PRpzTeud"' \
--form 'webhook_url="https://academy.msaaq.com/payments/stripe/callback"' \
--form 'type="s2s"' \
--form 'client_id="8Lv6jREhRmiwpkNVqNkZgg"' \
--form 'client_secret="aMTOIh15s8w53FinDvBC4EKTq6DzyfN0"' \
--form 'account_id="yu2Mno5-QSaGzHu796RO4w"' \
--form 'secret_token="7-QW12gwSiGtOTTmVuToCb"' \
--form 'api_key="50a47ade7f9e2f15e8d6qc8b1335b585-up12"' \
--form 'mail_list="15a08570c4"' \
--form 'tracking_id="G-BCGCG0CFGZ"'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-10-17 13:18:07