Authorization

Number of APIs: 2

  1. Exchange the Code For a Token POST {{api_host}}/oauth/access_token?client_id={{app_id}}&client_secret={{app_secret}}&code={{code}}&grant_type=authorization_code&redirect_uri={{redirect_uri}}

  2. Get Long-Lived Access Token GET {{api_host}}/access_token?grant_type=th_exchange_token&client_secret={{app_secret}}