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
feita há 2 meses154 visualizações
2 Respostas
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
ESPECIALISTA
respondido há 2 meses
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
ESPECIALISTA
respondido há 2 meses
  • Thank You :), but i can't able to see any API section in my AWS Partner Central account

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas