Base URL:
https://api.streamlogia.comList projects
GET /v1/orgs/{orgId}/projects
Path parameters
UUID of the organisation.
Response
Create a project
POST /v1/orgs/{orgId}/projects
Path parameters
UUID of the organisation.
Request body
Display name — e.g.
"payments-service"Hex colour for the dashboard — e.g.
"#f5a623". Assigned automatically if omitted.Request
Response
id as projectId in ingest requests.
| Status | Description |
|---|---|
403 | Caller does not have permission to create projects in this organisation |
404 | Organisation not found |
Update a project
PUT /v1/orgs/{orgId}/projects/{projectId}
Path parameters
UUID of the organisation.
UUID of the project.
Request body
New display name.
New hex colour.
Request
Delete a project
DELETE /v1/orgs/{orgId}/projects/{projectId}
Path parameters
UUID of the organisation.
UUID of the project.
204 No Content with an empty body.