Devpost
Participate in our public hackathons
Devpost for Teams
Access your company's private hackathons
Grow your developer ecosystem and promote your platform
Drive innovation, collaboration, and retention within your organization
By use case
Blog
Insights into hackathon planning and participation
Customer stories
Inspiration from peers and other industry leaders
Planning guides
Best practices for planning online and in-person hackathons
Webinars & events
Upcoming events and on-demand recordings
Help desk
Common questions and support documentation
Back to all discussions
Kalvin Kayi • 11 months ago
The api key that i have been given is not working.
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
Akkem Huma Tejaswi • 11 months ago
Qloo API failed for type 'brands': { "error": { "code": 404, "message": "The requested resource could not be found.", "reason": "Not Found" } }
API is giving me 404
Comments are closed.
2 comments
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
Akkem Huma Tejaswi • 11 months ago
Qloo API failed for type 'brands': {
"error": {
"code": 404,
"message": "The requested resource could not be found.",
"reason": "Not Found"
}
}
API is giving me 404