Hello
I’m trying to connect to people data labs API but the API call initialization states I don’t have the API key
I do
I’ve tried both “private key in URL” and “none or self-handled”
Attached is my input vs the result I get
Any ideas?
Hello
I’m trying to connect to people data labs API but the API call initialization states I don’t have the API key
I do
I’ve tried both “private key in URL” and “none or self-handled”
Attached is my input vs the result I get
Any ideas?
The key for name needs to be “X-Api-Key” instead of “Authorization”.
try changing the Key name to api_key
Ah you’re a genius! thank you!!