Dhrv Mhptr • 11 months ago
Haven't received API keys
Hi, I submitted the form about 5 days ago, but have yet to receive my API keys. Any ideas when they will be released?
Comments are closed.
Dhrv Mhptr • 11 months ago
Hi, I submitted the form about 5 days ago, but have yet to receive my API keys. Any ideas when they will be released?
Comments are closed.
5 comments
Hahn Bak Manager • 11 months ago
I've retried sending to the email attached to your Devpost account
Dhrv Mhptr • 11 months ago
Got it now. Thanks.
Dhrv Mhptr • 11 months ago
{
error: { reason: 'Invalid API Key', message: 'Unauthorized', code: 401 }
}
should i fill another form or can you generate a fresh api key for me?
Hahn Bak Manager • 11 months ago
Are you including it as a header 'X-Api-Key: '?
curl --request GET --url 'https://hackathon.api.qloo.com/search?query=test&type=urn%3Aentity%3Amovie' --header 'X-Api-Key: [your-api-key]'
for example
Dhrv Mhptr • 11 months ago
ahh i was hitting the staging route. works now. thanks.