<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Getting HTTP 403 error for Register Subscription API in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/getting-http-403-error-for-register-subscription-api/m-p/5368236#M4716</link>
    <description>&lt;P&gt;What you've described appears to be correct so there may be something else going on. Since this is a public forum don't share any sensitive data here. You can open a support case through&amp;nbsp;&lt;A href="https://developer.webex.com/explore/support" target="_blank"&gt;https://developer.webex.com/explore/support&lt;/A&gt;&amp;nbsp;with your account info so a deeper dive can be done.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Feb 2026 16:09:37 GMT</pubDate>
    <dc:creator>Jeff Marshall</dc:creator>
    <dc:date>2026-02-06T16:09:37Z</dc:date>
    <item>
      <title>Getting HTTP 403 error for Register Subscription API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/getting-http-403-error-for-register-subscription-api/m-p/5367548#M4708</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have created an integration for my application/testing. I have also generated Access Token using my registered Client Id and Client Secret. I have given following scope to my integration - 'cjp:config cjp:config_write cjp:config_read cjp:user spark:calls_read spark:people_read'&lt;/P&gt;
&lt;P&gt;I am able to successfully execute Login (&lt;SPAN class="path__method path__method--post"&gt;POST&lt;/SPAN&gt;&lt;SPAN&gt;/v1/agents/login), Logout (&lt;SPAN class="path__method path__method--put"&gt;PUT&lt;/SPAN&gt;/v1/agents/logout) and state change (&lt;SPAN class="path__method path__method--put"&gt;PUT&lt;/SPAN&gt;/v1/agents/session/state)&amp;nbsp; and getting 202 response.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To receive&amp;nbsp; asynchronous events for the above action I am trying to execute&amp;nbsp; Register Subscription (&lt;SPAN class="path__method path__method--post"&gt;POST&lt;/SPAN&gt;/v1/subscriptions) for the following events&amp;nbsp;"agent:login", "agent:logout", "agent:stateChange",&amp;nbsp;"task:created", "task:updated", "task:ended"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But for&amp;nbsp;Register Subscription (&lt;SPAN class="path__method path__method--post"&gt;POST&lt;/SPAN&gt;/v1/subscriptions), I am getting HTTP 403 error with below details -&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;curl -L --request POST \&lt;BR /&gt;--url &lt;A href="https://api.wxcc-us1.cisco.com/v1/subscriptions" target="_blank" rel="noopener"&gt;https://api.wxcc-us1.cisco.com/v1/subscriptions&lt;/A&gt; \&lt;BR /&gt;--header 'Authorization: Bearer NzNlM223edfrTk3NC00MTZhLTllOTItNGJkZWNlNjM0MGIwNzgzMTZjMWYtYjBm_P0A1_1a994be4-37cd-4286-b505-aaaaaaaaaaa' \&lt;BR /&gt;--header 'Content-Type: application/json' \&lt;BR /&gt;--header 'Accept: application/json' \&lt;BR /&gt;--data '{&lt;BR /&gt;"name": "aaaa",&lt;BR /&gt;"eventTypes": [ "agent:login" ],&lt;BR /&gt;"destinationUrl": "&lt;A href="https://3a66-106-219-161-191.ngrok-free.app/MARSWebexCCCRMConnectorWS/webhook" target="_blank" rel="noopener"&gt;https://3a66-106-219-161-191.ngrok-free.app/MARSWebexCCCRMConnectorWS/webhook&lt;/A&gt;",&lt;BR /&gt;"secret": "12345"&lt;BR /&gt;}'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can you please tell me the reason for 403 response?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Umesh&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 17:16:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/getting-http-403-error-for-register-subscription-api/m-p/5367548#M4708</guid>
      <dc:creator>upchaurasia</dc:creator>
      <dc:date>2026-02-04T17:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Getting HTTP 403 error for Register Subscription API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/getting-http-403-error-for-register-subscription-api/m-p/5368026#M4711</link>
      <description>&lt;P&gt;A 403 would generally mean that the user doesn't have the required role, or the token doesn't have the required scopes. If you've confirmed that the user who generated the token is a Contact Center admin then It'd probably be best to open a support case so you can share the email of the user making the request and the trackingId(should be in the response headers) for the request so it can be looked into further.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 01:58:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/getting-http-403-error-for-register-subscription-api/m-p/5368026#M4711</guid>
      <dc:creator>fej</dc:creator>
      <dc:date>2026-02-06T01:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Getting HTTP 403 error for Register Subscription API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/getting-http-403-error-for-register-subscription-api/m-p/5368215#M4713</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have configured following scope for my integration -&amp;nbsp;'cjp:config cjp:config_write cjp:config_read cjp:user spark:calls_read spark:people_read'&lt;/P&gt;
&lt;P&gt;to receive the event for the&amp;nbsp;&lt;SPAN&gt;"agent:login", "agent:logout", "agent:stateChange",&amp;nbsp;"task:created", "task:updated", "task:ended".&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am able to generate token through agent login and using that token to execute subscription api.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Am I doing anything wrong?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Umesh&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 15:33:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/getting-http-403-error-for-register-subscription-api/m-p/5368215#M4713</guid>
      <dc:creator>upchaurasia</dc:creator>
      <dc:date>2026-02-06T15:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Getting HTTP 403 error for Register Subscription API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/getting-http-403-error-for-register-subscription-api/m-p/5368236#M4716</link>
      <description>&lt;P&gt;What you've described appears to be correct so there may be something else going on. Since this is a public forum don't share any sensitive data here. You can open a support case through&amp;nbsp;&lt;A href="https://developer.webex.com/explore/support" target="_blank"&gt;https://developer.webex.com/explore/support&lt;/A&gt;&amp;nbsp;with your account info so a deeper dive can be done.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 16:09:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/getting-http-403-error-for-register-subscription-api/m-p/5368236#M4716</guid>
      <dc:creator>Jeff Marshall</dc:creator>
      <dc:date>2026-02-06T16:09:37Z</dc:date>
    </item>
  </channel>
</rss>

