Skip to main content
POST
/
category
/
featured
Gets the featured categories.
curl --request POST \
  --url https://api.example.com/category/featured \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "languageID": 1,
  "editionID": 1,
  "page": 1,
  "pagesize": 10
}
'
{
  "success": true,
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

Get a list of the featured categories by Edition. Supports paging.

languageID
integer<int32>
default:1
editionID
integer<int32> | null
default:1
page
integer<int32>
default:1
pagesize
integer<int32>
default:10

Response

Success

success
boolean
data
unknown