Show Platform Detail
Headers
-
Content-Type string
-
Accept string
GET
/api/v1/platform/{uuid}
curl \
-X GET https://api.plannrcrm.com/api/v1/platform/uuid \
-H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
Response examples (200)
{
"data": [
{
"uuid": "5db7e017-5312-46a8-8f95-5be54aa317cb",
"created_at": "2025-01-17T11:18:32+00:00",
"updated_at": "2025-01-17T11:18:32+00: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"
}
]
}