Hey,
I am trying to Register dynamic webhooks.
But I am getting this in my response.
{
"errorMessages": [ "Only apps can access this resource."],
"errors": {}
}
I am using Basic Auth.
Here is the code which I am using to List webhook.
curl --location --request GET 'https://mydomain.atlassian.net/rest/api/3/webhook' \--header 'Authorization: Basic xxxxxxxx'
it's not working with v3 and v2 but it's working on v1
https://mydomain.atlassian.net/rest/webhooks/1.0/webhook
Am I doing something wrong or I can use v1
Hi @Satish ,
Web hook registration is different for connect apps(aka plugins). If you are not building an app, you should use the below approach.
Okay, Thanks,
And what about webhook life https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-webhooks/#api-rest-api-3-webhook-refresh-put
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.