How to call ADX search API? I am not able to run it in postman

Disha Bodade 80 Reputation points
2025-01-20T09:03:37.4533333+00:00

Hi Team,

I want to provide search API to team, so that they can integrate it with there system.
but I am not able to run ADX query API in postman. I am not able to understand what I should use to authenticate ADX in postman, how to get auth token?

Please let me know.

Thanks,

Disha

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
547 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde | MVP 34,766 Reputation points MVP
    2025-01-20T10:22:30.7933333+00:00

    Hello @Disha Bodade ,

    welcome to this moderated Azure community forum.

    As seen here, you need to provide authentication. This page also references documentation on how to get a Microsoft Entra access token.

    I have no experience with the REST api but if you are able to use one of the SDKs, this is highly recommended.

    SDKs take away the complexity of eg. authentication and throttling.

    Check this blog post about use the SDKs.

    This one is written in C# but there are more SDKs available for more programming languages.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.