Get Bundle Detail

get bundle detail

get
/v2/module/bundle/detail

get bundle detail

Authorizations
AuthorizationstringRequired
Query parameters
slugstringOptional

slug of bundle

Responses
200

Response

application/json
get
/v2/module/bundle/detail
GET /v2/module/bundle/detail HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Accept: */*
200

Response

{
  "data": {
    "created_at": "text",
    "authorId": 1,
    "categoryId": 1,
    "modules": [
      {
        "slug": "text",
        "summary": "text",
        "title": "text",
        "cover": "text",
        "description": "text",
        "id": 1
      }
    ],
    "owned": true,
    "price": 1,
    "updated_at": "text",
    "cover": "text",
    "moduleIds": [
      1
    ],
    "description": "text",
    "slug": "text",
    "title": "text",
    "author": {
      "name": "text",
      "photo": "text",
      "id": 1
    },
    "id": 1
  },
  "message": "success",
  "status": true
}

Last updated