Skip to main content
Question

Unable to Authenticate AI Actions API Key


Hi,

I have just newly started working with the AI Actions API. Following the guide in the documentation, I have generated an api key as well as connected it to a custom action. However, when I try to authenticate using the API Key, its showing me {“error”: “invalid token”} on my terminal as well as on their playground. The curl command I used is as follows:

 

curl --request GET \

  --url https://actions.zapier.com/api/v2/auth/check/ \

  --header 'Authorization: Bearer ' \

  --header 'x-api-key: <API-KEY>'

 

Can someone please help me with where I might be going wrong?

Did this topic help you find an answer to your question?

0 replies

Be the first to reply!

Reply