API Request suddenly now isn't working?

Hi

I’ve got a zapier step where I make an API request looking for a specific folder call “Client Edits” within a project. For the last year this setup has worked flawlessly as it returns the asset ID for the folder so I can use that to move files to.

Screenshot 2024-09-10 at 17.10.56

For some reason today this now no longer work? I’ve tried reconnecting Frame and manually trying this step but all I get is:

Response Data Code 500
errors 1
code 500
detail. There was a problem with your request
status 500
title: Something went wrong
Response Data Message
Something went wrong

What has changed with the API? Can anyone please help me get this back up and running please?

Hey there! Sorry to hear you’re having this issue. It’s a bug that was introduced in yesterday’s release, but we’ve already got a fix for it that’s in the next release that will go out to production tomorrow.

In the meantime, I have a workaround for you though! If you add another query parameter, account_id: YOUR_ACCOUNT_ID (replace with your actual account id), to the API request, it should solve the issue you’re running into!

1 Like

@jhodges Thanks so much for the quick response and fix, really appreciate it!