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
}