Seccl - Get a list of client products for the given account Run in API Explorer
Ask AI
GET
/api/v1/addons/seccl/{addon}/client-products/{account_uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/addons/seccl/octopus_money/client-products/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": "CP12345",
"node_id": "N12345",
"client_ids": [
"031DF6J"
],
"wrapper_type": "ISA",
"terms_accepted": true,
"accepted_provider_terms": true,
"declaration_accepted_date": "2025-01-01T00:00:00+00:00"
}