---
title: "Get call UUID from platform and channel"
method: GET
path: "/empower/platform/{platformName}/channel/{channelID}"
tags: ["empower"]
---

# Get call UUID from platform and channel

`GET /empower/platform/{platformName}/channel/{channelID}`

Retrieves the Empower call UUID corresponding to a specific platform and channel ID. Useful for cross-referencing calls between Ringover and external platforms.

**Permission:** `Empower Read` required.

**Monitoring:** No impact. Visibility depends on your Empower role.

## Path parameters

- `platformName` string, required
- `channelID` integer, required

## Response `200`

Successful operation — returns the Empower call UUID.

- string, uuid

## Other responses

- `400` — Bad request — missing or invalid platform name or channel ID.
- `401` — Unauthorized — missing, invalid, or expired API key, or missing Empower access.
- `404` — Not found — no call matches the given platform and channel.
- `500` — Internal server error.

---

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