Opportunities and Lead

0

I am a developer and i have created a opporunity in my parnter central account.How can i get that through postman collection?. Could you please give some guidence?

Elango
已提问 2 个月前154 查看次数
2 回答
2

AWS Partner Central itself does not directly offer an API for retrieving opportunities, it is possible that there could be APIs available through AWS services or third-party tools that interact with Partner Central data, but I am not 100% sure.

profile picture
专家
已回答 2 个月前
1

Here are the steps to get an opportunity created in your AWS Partner Central account through Postman:

  • Create an opportunity in your AWS Partner Central account by going to the Opportunities tab and clicking Create Opportunity. Fill out the required fields.
  • Go to the API section of your AWS Partner Central account. You will see URLs to call different APIs.
  • Copy the URL for the API corresponding to opportunities. This will be something like

https://partnercentral.amazonaws.com/v1/opportunities

  • In Postman, create a new request. Select POST as the method and paste the URL from step 3.
  • Go to the Headers tab and add a header named "Authorization" with value starting with "Bearer" followed by the access token from your AWS Partner Central account.
  • Add the opportunity details in the body of the request in JSON format.
  • Click Send. This will call the API to create the opportunity via Postman. You can then view it in your AWS Partner Central account.
profile picture
专家
已回答 2 个月前
  • Thank You :), but i can't able to see any API section in my AWS Partner Central account

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则