Troubleshooting n8n API Queries for Clay Table Rows
Hey all, I’m trying to query information in n8n from my Clay table, but I’m having some trouble with the API. I’ve got my curl set up like this: curl -X GET ‘https://api.clay.com/v3/tables/{tableid}/rows’ \ -H ‘Authorization: Bearer {api_key}’ \ -H ‘Accept: application/json’ Can anyone confirm if this looks right? I’m specifically trying to pull rows from my table and want to make sure I’m hitting the correct endpoint. Very hard finding any resources regarding the api documentation online