I’m currently trying to integrate Medium.com with Make.com, but I’m facing an issue where I cannot see the option to generate an integration token in my Medium account settings. I’ve cleared my cache and even tried accessing it through different browsers, but the option remains elusive.
Could anyone clarify if the integration token feature is only available for paid Medium accounts or now it’s not available?
I would appreciate any guidance or insights on how to resolve this issue or alternative methods to connect Medium with Make.com.
The Official Medium API was deprecated long ago, but you can use the Unofficial Medium API to fetch the data from Medium. It’s listed on the RapidAPI platform. On Make, use the normal API integration and pass the API key in the headers field (x-rapidapi-key).
You can reuse this RapidAPI keychain for all API calls to RapidAPI – you’ll just need to change the X-RapidAPI-Host value based on the API you are calling.
Hope this helps! Let me know if there are any further questions or issues.