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?