Seccl - List scheme products on Seccl

GET /api/v1/addons/seccl/{addon}/schema-products

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
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"
  ]
}