cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

createSubscription error 195011 Not authorized for this topic.

I am trying to subscribe to notifications using the createSubscription. 

 

I have been able to call other APIs, I've been able to create a destination. However, every time I try to use the create subscriptions I get a 195011 error. Regardless if it is scoped to app or user level.

 

Scopes used creating the token:

scope: [
  ],
 
I have tried with the following payloads
{
  topicId: "MARKETPLACE_ACCOUNT_DELETION",
  status: "ENABLED",
  payload: {
    format: "JSON",
    schemaVersion: "1.0",
    deliveryProtocol: "HTTPS",
  },
  destinationId: "xxx-xxx-xxx-xxx",
}
 
and 
 
  topicId: "ITEM_AVAILABILITY",
  status: "ENABLED",
  payload: {
    format: "JSON",
    schemaVersion: "1.0",
    deliveryProtocol: "HTTPS",
  },
  destinationId: "xxx-xxx-xxx-xxx",
}
 
I get the same error if I use testing harness or via my code. Thoughts?
Message 1 of 3
latest reply
2 REPLIES 2

createSubscription error 195011 Not authorized for this topic.

I get the same issue, the docs are confusing  

Message 2 of 3
latest reply

createSubscription error 195011 Not authorized for this topic.

did you solve the issue meanwhile?

Message 3 of 3
latest reply