Get Course Category List

get course category list

get
/v2/module/category/list

get course category list

Authorizations
AuthorizationstringRequired
Query parameters
searchstringOptional

search category by name

Responses
200

Response

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

Response

{
  "data": [
    {
      "name": "text",
      "slug": "text",
      "updated_at": "text",
      "created_at": "text",
      "id": 1
    }
  ],
  "message": "success",
  "status": true
}

Last updated