You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 3, 2024. It is now read-only.
In the sandbox env, the following query succeeds: curl -X GET "https://30lxcuxu8d.execute-api.us-east-1.amazonaws.com/sandbox/dogs/isl15_ks84"
But it returns an empty object if you pass a valid API key value in the headers: curl -X GET "https://30lxcuxu8d.execute-api.us-east-1.amazonaws.com/sandbox/dogs/isl15_ks84" --header "x-dogs-api-key: <sandbox key from 1Password>"
In the sandbox env, the following query succeeds:
curl -X GET "https://30lxcuxu8d.execute-api.us-east-1.amazonaws.com/sandbox/dogs/isl15_ks84"But it returns an empty object if you pass a valid API key value in the headers:
curl -X GET "https://30lxcuxu8d.execute-api.us-east-1.amazonaws.com/sandbox/dogs/isl15_ks84" --header "x-dogs-api-key: <sandbox key from 1Password>"