Content Categories (API)
This document aims to detail how to request content categories via our RESTFul api.
https://content-api.mobivate.com/v1/<account_id>/categories/?types=Games,VideosParameters
Parameter
Description
Last updated
This document aims to detail how to request content categories via our RESTFul api.
To list all available categories available to your account you can make the following GET request:
https://content-api.mobivate.com/v1/<account_id>/categories/?types=Games,Videosaccount_id
Your unique Mobivate account id, for example: 0000d000a000d000c000e0f000b00.
types
The specified type of categories available on your account.
Please note: You can specify multiple content types by separating them by a comma. For example: Games,Videos
Last updated