Dunmore

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
FieldTypeRequiredDescription
namestringYesProject display name
walletAddressstringYesEVM wallet to receive payments

Get Project

GET /api/projects/:projectId

Update Project

PATCH /api/projects/:projectId

Delete Project

DELETE /api/projects/:projectId