Seccl - List scheme products on Seccl
Headers
-
Content-Type
string -
Accept
string
Path parameters
-
addon
string Required
GET
/api/v1/addons/seccl/{addon}/schema-products
curl \
--request GET 'https://api.plannrcrm.com/api/v1/addons/seccl/addon/schema-products' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Response examples (200)
{
"id": "031DF6J",
"product_name": "Plannr Personal Pension",
"available_to_node_id": [
"0",
"1"
]
}