Headers

This page contains a full list of headers you may use to tweak the HTTP API behavior, or that the API may return in responses.

Request headers

Header Description

Accept

Desired format of the response body.
Possible values are application/json (default), application/vnd.neo4j.jolt-v2, or application/vnd.neo4j.jolt-v2+json-seq.
For more information, see Result formats.

Access-Mode

Whether the query should be routed to cluster readers or writers.
Possible values are READ or WRITE (default).
For more information, see Route queries to read cluster members.

Authorization

Authentication credentials to authorize the request.
For more information, see Authorize requests.

Bookmarks

A list of bookmarks the server should wait for before executing the current request.
For more information, see Coordinate transactions and enforce causal consistency.

Content-Type

The format of the request body.
The only possible value is application/json.

Response headers

Header Description

Content-Type

The format of the response body (matches the Accept request header).
Possible values are application/json, application/vnd.neo4j.jolt-v2, or application/vnd.neo4j.jolt-v2+json-seq.
For more information, see Result formats.