GET
/
graph
/
{name}
/
visualization
JavaScript
import Morphik from 'morphik';

const client = new Morphik({
  apiKey: 'My API Key',
});

const response = await client.graph.visualization('name');

console.log(response);
{}

Headers

authorization
string

Path Parameters

name
string
required

Query Parameters

folder_name
end_user_id
string | null

Response

200
application/json

Successful Response

The response is of type object.