Apps
Create and retrieve Projects is needed to get the ingestion key.
List Apps
GET
https://app.inspector.dev/api/apps
Headers
Name | Type | Description |
---|---|---|
Authentication* | string | API key. |
App Details
GET
https://app.inspector.dev/api/apps/:id
Path Parameters
Name | Type | Description |
---|---|---|
id* | integer | App's ID |
Headers
Name | Type | Description |
---|---|---|
Authentication* | string | API key |
Create App
POST
https://app.inspector.dev/api/apps
Create a new project will generate a new ingestion key.
Headers
Name | Type | Description |
---|---|---|
Authentication* | string | API key |
Request Body
Name | Type | Description |
---|---|---|
name* | string | The name of the project |
platform_id* | integer | The ID of the technology stack used for the project |
Update App
PUT
https://app.inspector.dev/api/apps/:id
Path Parameters
Name | Type | Description |
---|---|---|
id* | integer | App's ID |
Headers
Name | Type | Description |
---|---|---|
Authentication* | string | API key |
Request Body
Name | Type | Description |
---|---|---|
weekly_report | boolean | Determine if you want to receive the weekly summary via email. |
platform_id* | integer | The tech stack. |
name* | string | Name of the project |
Delete App
DELETE
https://app.inspector.dev/api/apps/:id
Path Parameters
Name | Type | Description |
---|---|---|
id* | integer | App's ID |
Headers
Name | Type | Description |
---|---|---|
Authorization* | string | API key |
Last updated