Gremlin REST API
- URL
-
https://api.gremlin.com/v1 - Docs
- https://www.gremlin.com/docs/api-reference-overview
Authorization: Bearer <credential> + Gremlin user or team API key discovered Authenticate to the Gremlin REST API by POSTing your Gremlin account credentials to https://api.gremlin.com/v1/users/auth?getCompanySession=true (or https://api.gremlin.com/v1/users/auth/mfa/auth?getCompanySession=true if MFA is enabled) as documented in Getting started with the Gremlin API. Use the returned bearer token in the Authorization header for API requests. If you belong to multiple companies, include the documented companyName parameter when minting the token.
In the Gremlin app, open the API key management page at API Settings. Create either a user-level or team-level API key, then copy the key and secret values. The Gremlin API docs state API keys can be used to retrieve an access token for REST API calls and are also required for the Gremlin MCP server.
Authorization: Bearer <credential>