Get MM Lite link on-boarding for live app

Use this API to Get MM Lite Onboarding link.

Request Parameters

KeyDescriptionValueData TypesRequire/OptionalConstraints
AuthorizationAccess Token for the application{{PARTNER_APP_TOKEN}}StringRequiredShould be a valid Partner App Access Token
appIdApp ID to fetch the access token{{App_ID}}StringRequired- The Id should be a valid app Id of Gupshup - The App must be associated with the account that owns the PARTNER_APP_TOKEN being used
langlanguage valueStringOptionallang=en

Sample Request

curl --location 'https://partner.gupshup.io/partner/app/{{APP_ID}}/mmlite/link?lang=en' \
--header 'Authorization: {{PARTNER_APP_TOKEN}}'

Sample Response

{
    "link": "https://gs.tc.im/mvf6",
    "status": "success"
}

Status Codes

Status CodeResponseComments
Success
200{ "link": "https://gs.tc.im/mvf6", "status": "success" }
Error
400{ "message": "MM lite onboarding is only allowed for live cloud apps", "status": "error" }App is not live
400{ "status":"error", "message":"Unauthorised access to the resource. Please review request parameters and headers and retry" }
Language
Click Try It! to start a request and see the response here!