Hello,
I’m a bit newbie on API conection
I would like to connect to a soft skill assesment tool (Goshaba) doc here :
https://api.staging.goshaba.io/v2/docs/#/Authentication/AuthController_token
I don’t know which Authentification type I should select :
Oauth2 Custom Token or
Oauth2 User Agent Flow
here is the body I ould provide :
`
{
“grantType”: “client_credentials”,
“clientId”: “clientId”,
“clientSecret”: “cl1entS3cret”
}
I’m guessing I sould use Oauth2 Agent Flow, but I don’t know how to fill the fields.
Any one can help ?
Kind regards