Zapier Supported Authentication Schemes
Zapier supports the following five authentication schemes in the Platform UI, each with their own settings:
How to Remove or Change Type of Authentication Scheme
You cannot change an integration’s authentication scheme directly. First, remove the existing integration’s authentication scheme, then add a new authentication scheme.Note: You can only do this for a (new) integration version that has not yet been promoted and has less than 5 active users, since this will break connected accounts for the version. If an integration’s authentication scheme needs to be changed, clone a new major version and add the new authentication. Learn moreTo remove a Zapier integration’s authentication scheme in the Platform UI, open the Authentication page. Click the gear icon beside the existing authentication scheme, click Delete, then confirm to remove the authentication.

Note: Again, to not break connected accounts, you can normally not migrate existing users’ Zaps and connected accounts to a new version that has a different authentication scheme. For public integrations that meet certain conditions, we can provide support to migrate connected accounts between authentication schemes. Learn more
Common Authentication Error Messages
When the test API call to verify users’ credentials is unsuccessful, an error message shows in the Test section of your Zapier integration. Zapier shows a simplified error message in the Response tab by default.

404
The standard HTTP 404Not Found
error is commonly returned when:
- Test API endpoint URL is incorrect
- Test API call method is incorrect

GET
). Ensure both are set to what your API expects, then click the Save & Continue button, and click the Test Connected Account button again.
401 or 403
The standard HTTP 401Unauthorized
or HTTP 403 Forbidden
error is commonly returned when:
- User account credentials are incorrect, expired, or revoked

400
The standard HTTP 400Bad Request
error is often returned when:
- OAuth v2 Client ID and/or Secret are incorrect or expired
- Some other part of your request is malformed, particularly a token exchange request

Error Parsing Response
The Error Parsing Response error is commonly returned when:- API returns non-standard and especially non-JSON output
- Test API endpoint URL is incorrect

Authentication Failed Task Timed Out
The Authentication Failed error, often including Task Timed Out, is commonly returned when:- The API request does not return a response to Zapier within 30 seconds
- The API request is formatted incorrectly and the server does not respond with an error code
/me
call that returns the connected user’s account data. Or, if your API supports pagination and/or filtering, enable that and have the API return only the most recent result. Then test again to ensure the call works successfully.

500
The HTTP 500 error is the default, unformatted error that may be returned without specifying what went wrong or why. If you encounter this error, check the API endpoint URL that gave the error, and verify your API call is configured correctly with the expected URL params, HTTP headers, and Request Body.
Need help? Tell us about your problem and we’ll connect you with the right resource or contact support.