Hello,
I trying to play with the New API.
I can get the [code] when I click the login link (with [CLIENT ID] & [REDIRECT URI]) .
My problem is in the Next Call.
POST https://api.envato.com/token
grant_type=authorization_code&
code=[CODE]&
client_id=[CLIENT_ID]&
client_secret=[CLIENT_SECRET]
How to send this Call to get the tokens ?? any help will be appreciated