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
gefragt vor 2 Monaten154 Aufrufe
2 Antworten
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
EXPERTE
beantwortet vor 2 Monaten
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
EXPERTE
beantwortet vor 2 Monaten
  • Thank You :), but i can't able to see any API section in my AWS Partner Central account

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen