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