{ "opencollection": "1.0.0", "info": { "name": "Chainstack Arbitrum Node Account Info Project V2 API", "version": "1.0.0" }, "items": [ { "info": { "name": "Project V2", "type": "folder" }, "items": [ { "info": { "name": "List all projects", "type": "http" }, "http": { "method": "GET", "url": "https://{node_id}.p2pify.com/{api_key}/v2/projects/", "params": [ { "name": "order_by", "value": "", "type": "query", "description": "Which field to use when ordering the results.\n
Use the `-` prefix to perform descending ordering (`-name`).\n" }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "organization", "value": "", "type": "query", "description": "Filter by organization ID." }, { "name": "name", "value": "", "type": "query", "description": "Filter by name." }, { "name": "type", "value": "", "type": "query", "description": "Filter by project type." } ] }, "docs": "List all projects your organization is part of." }, { "info": { "name": "Create project", "type": "http" }, "http": { "method": "POST", "url": "https://{node_id}.p2pify.com/{api_key}/v2/projects/", "body": { "type": "json", "data": "{}" } }, "docs": "Create a project." }, { "info": { "name": "Retrieve project", "type": "http" }, "http": { "method": "GET", "url": "https://{node_id}.p2pify.com/{api_key}/v2/projects/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying the Object." } ] }, "docs": "Retrieve the project details." }, { "info": { "name": "Update project", "type": "http" }, "http": { "method": "PATCH", "url": "https://{node_id}.p2pify.com/{api_key}/v2/projects/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying the Object." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Change project name and project description." }, { "info": { "name": "Delete project", "type": "http" }, "http": { "method": "DELETE", "url": "https://{node_id}.p2pify.com/{api_key}/v2/projects/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying the Object." } ] }, "docs": "Delete the project." } ] } ], "bundled": true }