Morning Gang,
I’m trying to get my org ID based on the Graphql API documentation for Insight Platform, but everytime I attempt
{
organizations(first: 1){
edges{
node{
id
name
}
}
}
}
I get a internal Server error

Morning Gang,
I’m trying to get my org ID based on the Graphql API documentation for Insight Platform, but everytime I attempt
{
organizations(first: 1){
edges{
node{
id
name
}
}
}
}
I get a internal Server error

Figured it out. Needed to include
“Accept-Version: kratos” to the header