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
asked 2 months ago145 views
2 Answers
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
EXPERT
answered a month ago
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
EXPERT
answered 2 months ago
  • Thank You :), but i can't able to see any API section in my AWS Partner Central account

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions