Need Auditlog endpoint acces

Can anyone help me in getting access to Auditlog API.

Hi @pabollep

You can refer to the click given and the screen shot (CLICK HERE)

Hope this will helps you out. Please mark it as Solution Accepted & Upvote to help other Community member.
Thanks!

Hi @GRajput ,

I am getting the below response while hitting the Auditlog API.

"status": "error",

"message": "This app hasn't been granted all required scopes to make this call. Read more about required scopes here: https://developers.hubspot.com/scopes.",

"correlationId": "e3fca36e-fe13-47d7-9b57-557ea7c7c26e",

"errors": \[

    {

        "message": "All of the following scopes are required.",

        "context": {

            "requiredScopes": \[

                "account-info.security.read"

            ]

        }

    }

],

"links": {

    "scopes": "https://developers.hubspot.com/scopes"

},

"category": "MISSING\_SCOPES"

}

Hi @pabollep

You have not provided the required scopes for this API.
You can follow the steps to provide the scopes ::
go to your private → edit → scopes → standard → select the account info.security.read

You can refer to the screenshot attached

Hope this will helps you out. Please mark it as Solution Accepted & Upvote to help other Community member.
Thanks!

Hi @GRajput ,

I have provided the required scopes, but still facing the same issue for Auditlog endpoint.,but security,login endpoints were working fine.