sc_api_gc_get_obj($app_name , $json_oauth, $auth_code)
The sc_api_gc_get_obj macro generates the token_code.
It has three parameters:
  1. app_name - Receive the app_name, available in your api configuration. This parameter accepts strings or variable.
  2. json_oauth - Receives the content of the json file, this file is available for download in your API settings. This parameter accepts strings or variable.
  3. auth_code - Receives the auth_code generated in the previous step or another valid auth_code that you have already generated.

For more usage and example information visit our knowledge base article: How to generate the auth code and token code