Hi
@mj5 ,
Thank you for sharing the workflow details. Upon reviewing the
Etsy: Get User action in your workflow, we noticed the following errors:
- Shared secret is required in x-api-key header – This indicates that the API request is missing the required x-api-key (shared secret) header.
- OAuthException: refresh_token is revoked – Your current Etsy connection’s token has been revoked, which prevents the workflow from accessing your account.
To resolve this issue, please follow these steps:
- Reconnect your Etsy account in Pabbly Connect to generate a new OAuth token.
- Ensure the connection includes the required shared secret in the API key/header configuration.
- Once reconnected, re-run your workflow; the “Get User” action should execute successfully.
For detailed guidance, you can refer to our help article:
How to solve OAuthException error