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"
}
]
Last updated