Show Platform Detail

GET /api/v1/platform/{uuid}

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
    • data array[object]

      Additional properties are allowed.

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": "7a60ce0e-d864-4d57-b287-7427c9e5e85a",
      "created_at": "2024-11-20T13:24:03+00:00",
      "updated_at": "2024-11-20T13:24:03+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"
    }
  ]
}