---
title: "Retrieves the following status of a domain"
method: GET
path: "/followers/{domain}/follow-status"
tags: ["Follower endpoints"]
---

# Retrieves the following status of a domain

`GET /followers/{domain}/follow-status`

Retrieves the following status of a domain

## Path parameters

- `domain` string, required

## Query parameters

- `follower-domain` string, required

## Response `200`

Follow status

- SerializedFollowingStatus
  - `isFollowing` boolean — Indicates whether the follower is following the followee

## Other responses

- `404` — Domain not found

---

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