Method Community

 

Search

Page 1 of 1 (1 items)
  • 200 Response but the content is the Method homepage.

    import requests url = "https://domain.method.me/api/v1/tables/Contacts/7" headers = { 'Authorization': f'Bearer {key}' } response = requests.request("GET", url, headers=headers, data = payload) print(response.text.encode('utf8')) b'<!DOCTYPE html>\n<html ...
    Posted to Method:API Q&A (Forum) by dvananda on 07-18-2022
Page 1 of 1 (1 items)