Retrieves a list of all available categories.

Example

curl --request GET \
     --url 'https://api.joinzeed.com/content/categories' \
     --header 'Accept: application/json' \
     --header 'x-api-key: [your api key]'
{
    "data": {
        "items": [
            {
                "categoryName": "Stocks"
            },
            {
                "categoryName": "NFT"
            },
            {
                "categoryName": "Video of the Day"
            },
            {
                "categoryName": "Private"
            },
            {
                "categoryName": "Educational"
            },
            {
                "categoryName": "Crypto"
            },
            {
                "categoryName": "Market Update"
            }
        ]
    }
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!