Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: Guru Analytics Members API
version: 1.0.0
description: 'REST API for accessing and managing Guru data programmatically. Supports
cards, collections, folders, announcements, search, people, groups, tags,
templates, comments, verifiers, and answers. Authentication is via OAuth 2.0
(recommended) or API tokens.
'
contact:
name: Guru Developer Network
url: https://developer.getguru.com
servers:
- url: https://api.getguru.com/api/v1
description: Guru production API
security:
- basicAuth: []
- bearerAuth: []
tags:
- name: Members
paths:
/members:
get:
summary: List team members
operationId: listMembers
tags:
- Members
responses:
'200':
description: List of team members.
components:
securitySchemes:
basicAuth:
type: http
scheme: basic
description: API token authentication via HTTP Basic.
bearerAuth:
type: http
scheme: bearer
description: OAuth 2.0 bearer token.