api/v1/customer/get-consent-topics

GET

/api/v1/customer/get-consent-topics

This API method will allow you to get the customer's consent .age restricted topics.

Sample Response

{
    "status": true,
    "items": [
        {
            "customer_topic_id": "LZWBJx0PmYkEwjGdr2vO",
            "topic_id": "LZWBJx0PmYkEwjGdr2vO",
            "name": "Tobacco",
            "description": "This is a tobacco topic which min age was 21",
            "status": 1
        },
        {
            "customer_topic_id": "QD59AxOJm2MenXb14Pw7",
            "topic_id": "bZ6xBGP2mdPm3R8VX17L",
            "name": "Vape",
            "status": 0
        }
    ],
    "settings": {
        "can_email": 0,
        "can_push_notification": 0
    }
}