cancel
Showing results for 
Search instead for 
Did you mean: 

Probar un trigger API con Postman

former_member770177
Discoverer
0 Kudos

I am trying to test an api trigger from postman. It is giving me an error when trying to generate the token. There are fields that know what information is filled with and in helpsap the documentation is outdated because postman now requests more data in the authorization-oAuth 2.0 menu as seen in the image.

The red circles are the data that I do not know, I do not know what I should fill in those inputs. The information I have about the service key is the following:

When I give it get new access token it asks me for the SAP credentials as seen in the image:

Then I enter the credentials and it throws me the following error:

Y cuando verifico la consola de postman veo el siguiente error:

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member770177
Discoverer
0 Kudos

Thanks for your help, I already managed to authenticate but it does not generate the token I get the following:

In the postman console it looks like this:

Chaitanya_Priya
Product and Topic Expert
Product and Topic Expert
0 Kudos

Your Auth URL is url parameter shown in the image of service key information.

Add /oauth/token at the end of the Auth URL to get Access Token URL.