{ "opencollection": "1.0.0", "info": { "name": "Chainstack Arbitrum Node Account Info Project API", "version": "1.0.0" }, "items": [ { "info": { "name": "Project", "type": "folder" }, "items": [ { "info": { "name": "List all Projects", "type": "http" }, "http": { "method": "GET", "url": "https://{node_id}.p2pify.com/{api_key}/v1/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}/v1/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}/v1/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}/v1/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}/v1/projects/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying the Object." } ] }, "docs": "Delete the project." }, { "info": { "name": "Retrieve Project members", "type": "http" }, "http": { "method": "GET", "url": "https://{node_id}.p2pify.com/{api_key}/v1/projects/:id/members/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying the Object." }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." } ] }, "docs": "Retrieve members of a consortium project." } ] } ], "bundled": true }