post
https://stage-api.findity.com/api/oauth/token
Request an OAuth access token (and, depending on the grant type, a refresh token).
Supported grant types:
client_credentials— pass yourclient_idandclient_secretto receive a new access token and refresh token.refresh_token— pass yourclient_idand the existingrefresh_tokento get a new pair of tokens.authorization_code— pass theauthCodeto get an access token for a specific user. Use this when building your own client.
