Get Org id Internal 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

image

1 Like

Figured it out. Needed to include

“Accept-Version: kratos” to the header

1 Like