Projects
projects
Methods
post/v1/projects
Create a new project
get/v1/projects/{project_id}
Request example
200Example
patch/v1/projects/{project_id}
Update an existing project
Delete Project ->
delete/v1/projects/{project_id}
Delete a project
get/v1/projects
List all projects
Domain types
Project = { id, created_at, name, 3 more... }
Project response.
ProjectBlockchainResources = { rpc_nodes_dedicated, rpc_nodes_flex }
Blockchain resources.
ProjectCloudResources = { connect_connections, nks_clusters, nks_node_pools, 3 more... }
Cloud infrastructure resources.
ProjectList = { items, pagination }
ProjectResources = { blockchain, cloud }
Resource counts for the project.