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
posta 2 mesi fa154 visualizzazioni
2 Risposte
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
ESPERTO
con risposta 2 mesi fa
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
ESPERTO
con risposta 2 mesi fa
  • Thank You :), but i can't able to see any API section in my AWS Partner Central account

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande