v1

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-107095124.5 KB
Follower endpoints

Follow a domain

Follow a domain

post/followers/{domain}

Path parameters

domainstring required

The domain name to follow

Headers

x-auth-domainstring required

The domain to authorize. Should match the domain specified in the body

x-auth-expiresstring required

The expiration time of the signature

x-auth-signaturestring required

The signature generating using domain owner private key

Request body

domainstring

Name of domain to follow

Example request

{
  "domain": "follow.x"
}

Response

Follow successful