Hello.
Im trying to build a zap from the CLI. We want to use an API Key as auth. We have generated some api keys to each user and only need to set it up on the zapier half.
From the documentation i have setup the initial settings for API Key auth, you get prompt for a API key when you try to use this zap. However it doesnt seem to authenticate.. My question, what reponse from the endpoint called when entering the api key is needed for this to work? At the moment im returning the user in json format when you go the my /me endpoint.
However im pretty sure its my endpoint thats wrong.. What should this /me endpoint look like and what should be returned? Hope someone can help out - thanks.