cancel
Showing results for 
Search instead for 
Did you mean: 

how to get bearer token from sap fsm for authenticating from postman

yashsap1
Participant
0 Kudos
569

Hi all , i want to fetch business partner from fsm by postman and i want to autherization by bearer token how to get it from sap fsm please help.

Accepted Solutions (0)

Answers (1)

Answers (1)

marcfroehlich
Advisor
Advisor
0 Kudos

Hi Yash, this help page describes the process of creating a bearer token step by step:

Example Walkthrough - OAuth 2 API

If you are using Postman, you don't need to manually encode the Client ID and Client secret. Just enter these values as username and password in the "Authorization" tab (make sure to select type "Basic Auth").

In the "Body" tab, select "x-www-form-urlencoded" and enter "grant_type" under "KEY" and "client_credentials" under "VALUE".