{ "opencollection": "1.0.0", "info": { "name": "Neo4j Aura Authentication Query API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Query", "type": "folder" }, "items": [ { "info": { "name": "Execute a Cypher query", "type": "http" }, "http": { "method": "POST", "url": "https://api.neo4j.io/v1/db/:databaseName/query", "params": [ { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database to execute queries against. Use neo4j for the default database." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Executes a Cypher query against the specified database using an implicit transaction. The server wraps the submitted Cypher query in a transaction automatically so that if any part of the query fails the database is reverted to its state before the query was executed. Multiple statements can be sent in a single request and the server runs them in sequence." } ] } ], "bundled": true }