v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
appManagementV2

Get subscription status for the user

Get Subscription status for the user for a specific app. This will indicate whether the user has subscribed to the app or not.

get/v2/apps/{uuid}/subscription

Path parameters

uuidstring required

UUID of the app.

Response

Information about user's subscription status for the app.

statusboolean required

Show if the user has subscribed to the app or not. value is true, if the user has subscribed to the app

Example response

{
  "status": true
}