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": "5e69695f-684b-48da-a70c-25788cc5a1ae",
"created_at": "2025-08-07T13:41:45+01:00",
"updated_at": "2025-08-07T13:41:45+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"
}
]
}