GET/POST /public/api/getcategorylist

Description

Get a simple list of categories

Usage

Request body: { "APIkey": "Company_APIkey" } Response: 200 OK Response body: { "Countries": [ { "ID": "123", "CategoryTitle": "CategoryTitle" } ] }