You need a refresh token to perform the POST and GET methods in the PostMan application. After
you generate a refresh token, it remains valid for six months.
Enter the following URL in the PostMan application:
tab in the
PostMan application where you can configure the properties to generate the
refresh token:
Select the
POST
method.
On the
Header
tab, enter
Content-Type
in the
Key Name
field and
application/x-www-form-urlencoded
in the
Value
field.
On the
Body
tab, enter the XML request in the following
format:
grant_type=authorization_code
&client_id=<client_id>@<bearer_realm>
&client_secret=<client_secret> &code=<auth_code>
&redirect_uri=<redirect_url> &resource=< audience
principal ID >/<site_host>@<bearer_realm>