Projects
Create, read, update, and delete projects via the Dunmore API.
Projects are the top-level container for endpoints, webhooks, connectors, and API keys.
List Projects
GET /api/projects
Returns all projects owned by the authenticated user.
Create Project
POST /api/projects
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Project display name |
walletAddress | string | Yes | EVM wallet to receive payments |
Get Project
GET /api/projects/:projectId
Update Project
PATCH /api/projects/:projectId
Delete Project
DELETE /api/projects/:projectId