New to postman, need some help to get me started

Hi,

i have to get an accesstoken with postman but i never worked with postman or accesstokens. so i need some help.
I have the following info to get the accesstoken:

POST https://production.rspin.nl/api/v1/oauth/token
Content-Type: application/json
Accept: application/json
Authorizaton: [Basic authorization with contract and client_secret]
Content:
{
“grant_type”:“client_credentials”,
“otp”:“[One Time Password]”,
“access_token_validity”:7
}

Hi @Bill68,

You can click on “Authorization” tab from the requests and select Type “OAuth 2.0” to enter the details to generate the access tokens via API.

More details are below:

https://learning.postman.com/docs/sending-requests/authorization/#client-credentials