Send Https Request

Hi, I’m using copilot studio and using send http request option to get Jira ticket details, but it is giving below error

Error Message: HTTP request failed with status code 403 Forbidden. Error Code: HttpRequestFailure Conversation Id: e3ab3e59-7ca4-4343-82e5-9ce0f157efa2 Time (UTC): 2025-05-14T08:30:34.119Z

I have used encoded api

  • URL: https://your-domain.atlassian.net/rest/api/3/issue/{ticketId}
    {
    “Authorization”: “Basic ”,
    “Accept”: “application/json”,
    “Content-Type”: “application/json”
    }

I have created the ticket and am able to access it via jira but cannot fetch details using send https request