The secret provided by GHL for your app integration
The type of token to be requested
The scope of the token to be requested
Optional
code?: stringThe code provided in the query of the URI after installing the app required if grant_type is authorization_code
Optional
refresh_token?: stringThe refresh token provided in the response of the initial request required if grant_type is refresh_token must be valid jwt token format
Optional
redirect_uri?: stringThe redirect URI for your application Must be registered as a valid redirect URI in the GHL app settings
The ID provided by GHL for your app integration