Inspector
BlogTry for free
  • Concepts
    • Introduction
    • Metrics
    • Notification Channels
      • Email
      • Slack
      • Telegram
      • Microsoft Teams
      • Google Chat
      • Webhook
      • Discord
      • Pushover
      • PagerDuty
      • Twilio - SMS
    • Filtering Syntax
    • Alerts
    • Grouping Patterns
    • Custom Segments
    • Billing
    • AI Bug Fixer
  • Security and access
    • Access control
    • Two-factor authentication
    • Connected Devices
  • SDK
    • PHP
      • Installation & Set Up
      • Custom Segments
      • Exceptions Monitoring
      • Configuration
    • Laravel / Lumen
      • Upgrade Guide
      • Installation & Set-up
      • Http Requests Monitoring
      • Configuration
      • Exception Monitoring
      • Laravel Vapor
      • Laravel Octane
      • Laravel Nova Tool
      • Group by service name
    • Symfony
      • Installation
      • Configuration
      • Exception Monitoring
    • CodeIgniter
      • Installation
      • Configuration
      • Exception Monitoring
    • Drupal
    • Spring Boot
    • Slim
    • NodeJS
      • Configurations
      • Custom Segments
      • Exception monitoring
      • Autowiring
    • ExpressJs
    • Fastify
    • Python
    • Django
      • Installation & Set Up
      • Custom Segments
      • Error Monitoring
  • REST API
    • Authentication
    • Apps
    • Platforms
    • Transactions
    • Segments
    • Analytics
Powered by GitBook
On this page
  1. REST API

Platforms

List Platforms

GET https://app.inspector.dev/api/platforms

This endpoint allows you to list the supported platforms.

Headers

Name
Type
Description

Authentication

string

API key.

[
    {
        "id": 1,
        "name": "Laravel",
        "language": "php",
        "client_version": "4.6.21"
    },
    {
        "id": 2,
        "name": "PHP",
        "language": "php",
        "client_version": "3.5.17"
    },
    {
        "id": 3,
        "name": "NodeJs",
        "language": "javascript",
        "client_version": "1.9.4"
    },
    {
        "id": 3,
        "name": "ExpressJs",
        "language": "javascript",
        "client_version": "1.9.4"
    },
    {
        "id": 3,
        "name": "Fastify",
        "language": "javascript",
        "client_version": "1.9.4"
    }
]

PreviousAppsNextTransactions

Last updated 3 months ago