API Reference
Projects
A project represents a single brand or site you would like to monitor. Each project owns its own prompts, brands, monitors, and sources.
Endpoints
-
GET
/api/v1/projectsList projectsReturns every project belonging to the active organization. The response is paginated.
-
POST
/api/v1/projectsCreate a projectCreates a new project inside the active organization.
-
GET
/api/v1/projects/{project}Get a projectReturns a single project. The project must belong to the active organization.
-
PUT
/api/v1/projects/{project}Update a projectUpdates a project. At the moment, only the project name may be changed.
-
DELETE
/api/v1/projects/{project}Delete a projectDeletes a project. The delete cascades to every monitor, prompt, tag, and segment the project owns. Its brands and sources are removed together with the project.