G

Guru REST API

REST discovered

Details
URL
https://api.getguru.com/api/v1/
Docs
https://developer.getguru.com/reference/authentication
Authentication
Guru API token credentials (identity + token) compound discovered Get key ↗
Authorization: Basic <credential>

In Guru, generate API credentials from the product/admin UI as described in How to Obtain Your API Credentials. For the REST API and API-token-based MCP auth, Guru uses HTTP Basic auth with an identifier plus token: either USER_EMAIL:TOKEN for a user token, or COLLECTION_ID:TOKEN for a collection token. See Guru API Overview and User Tokens vs Collection Tokens for the two token types and their permissions.