G

Gremlin REST API

REST discovered

Details
URL
https://api.gremlin.com/v1
Docs
https://www.gremlin.com/docs/api-reference-overview
Authentication
Gremlin REST API bearer token Authorization: Bearer <credential> + Gremlin user or team API key discovered
Gremlin REST API bearer token bearer Get token ↗

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.

Gremlin user or team API key api_key Get key ↗

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.

Gremlin REST API bearer token bearer discovered Get token ↗
Authorization: Bearer <credential>