GET
/api/v1/platform/{uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/platform/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": [
{
"uuid": "9f58a1bc-2542-460d-86ed-3db9b13a69e5",
"created_at": "2025-07-17T16:23:24+01:00",
"updated_at": "2025-07-17T16:23:24+01:00",
"product_terms": {
"gia_terms_url": "https://example.com/gia-terms",
"isa_terms_url": "https://example.com/isa-terms",
"jisa_terms_url": "https://example.com/jisa-terms",
"pension_terms_url": "https://example.com/pension-terms"
},
"platform_terms_url": "https://example.com/terms",
"supported_platform": "seccl"
}
]
}