Get Monday Security Settings for SaaS Security

I’m looking to leverage the API to manage security settings within our Monday tenant to better assist our customers in securing their accounts. I’ve been exploring the available options, but it seems that the specific endpoint I need (/admin/get_login_configuration) isn’t accessible via GraphQL.

Does anyone have experience with this or know of a workaround to achieve this through GraphQL, or perhaps another method to access and manage security settings via the Monday API?

Any insights or suggestions would be greatly appreciated!

Hello there @GalNakash and welcome to the community!

I hope you like it here :muscle:

What exact data are you trying to query here?

I want to get all the security settings: domains, session settings, sso, password etc.

Is it possible to use the REST API with API key?

Hello there @GalNakash ,

I am not sure I understand the question.

When you send HTTP requests, you always need a token.

And this is not a REST API. We use GraphQL.

You can find all the documentation about it here :grin:

I want to use REST API with api key (instead of GraphQL endpoint)

Hello again @GalNakash,

It is not possible to do that. Our API works with GraphQL.

You need to use that as explained in our documentation.

You can also find Postman examples here :grin:

Cheers,
Matias