Headers
-
Content-Type string
-
Accept string
GET
/api/v1/platform/{uuid}
curl \
--request GET https://api.plannrcrm.com/api/v1/platform/uuid \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Response examples (200)
{
"data": [
{
"uuid": "24bbbffd-a159-4044-9a7a-bf16cb6ad8f3",
"created_at": "2025-02-20T10:13:05+00:00",
"updated_at": "2025-02-20T10:13:05+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"
}
]
}