---
title: "Resolve a human name to provider id(s)"
method: GET
path: "/live/{source}/resolve"
tags: ["Live"]
---

# Resolve a human name to provider id(s)

`GET /live/{source}/resolve`

Turn a human name into provider id(s) (e.g. a Slack channel name → channel_id),
so a caller can fill the id a passthrough/structured query needs.

## Path parameters

- `source` 'reddit' | 'notion' | 'slack' | 'google_calendar' | 'google_mail' | 'box' | 'dropbox' | 'github' | 'google_drive' | 'vault' | 'web_crawler' | 'trace' | 'microsoft_teams' | 'gmail_actions' | 'granola' | 'fathom' | 'fireflies' | 'linear' | 'hubspot' | 'salesforce' | 'coda' | 'lightfield' | 'gong', required

## Query parameters

- `kind` string, required — What to resolve, e.g. 'channel', 'project', 'user'.
- `name` string, required — The human name to resolve.
- `connection_id` string, nullable — Specific connection id.

## Response `200`

Successful Response

- ResolveResponse
  - `source` 'reddit' | 'notion' | 'slack' | 'google_calendar' | 'google_mail' | 'box' | 'dropbox' | 'github' | 'google_drive' | 'vault' | 'web_crawler' | 'trace' | 'microsoft_teams' | 'gmail_actions' | 'granola' | 'fathom' | 'fireflies' | 'linear' | 'hubspot' | 'salesforce' | 'coda' | 'lightfield' | 'gong', required
  - `kind` string, required
  - `name` string, required
  - `matches` ResolveMatchResponse[], required
    - `name` string, required
    - `id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/hyperspell/apis/hyperspell-api.md) · [All operations](https://skmtc.net/hyperspell/apis/hyperspell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperspell/hyperspell-api/revisions/5721acd588e6/schema)
