OpenID connect
Auth with openID
POST
https://api.directual.com/good/v4/auth
Request Body
Name | Type | Description |
---|---|---|
redirect_uri | string | URL of the redirect page |
clientID | string | openID client ID |
appID | string | id of your app (go to API → API keys, create key (if there is none) and copy APP_ID) ID |
provider | string | openid |
code | string | auth code after successful authentication |
Last updated