Headers
-
Content-Type
string -
Accept
string
Path parameters
-
uuid
string Required
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": "26234494-c19f-487c-9f17-93f0eea84f87",
"created_at": "2025-04-03T14:12:20+01:00",
"updated_at": "2025-04-03T14:12:20+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"
}
]
}