Welcome to the Glimpse Enterprise API
Make Requests
All API requests should be made to https://enterprise.meetglimpse.com
. The API key should be included as a header in each request, as shown here:
curl -H "Authorization: Bearer YOUR_API_KEY" "https://enterprise.meetglimpse.com/v1/interest?keyword=example"
Replace YOUR_API_KEY
with the key you received from us. It will be in the following format: gl-xxxxxx...
You can also plug your API Key into the Playground on each endpoint page to try out a request.
Get Support
If you encounter any issues, have questions, or want to request higher rate limits, don't hesitate to reach out to us at [email protected]. Our support team is ready and eager to assist you.