Skip to main content

Subscribe API

The Subscribe API allows users to follow a specific domain and receive real-time signals and updates relevant to that domain, eliminating the need to repeatedly monitor it manually.

Endpoint Details:

Input Parameters

Required Headers:

HeaderValue TypeRequiredDescription
Admin-Api-keystringyesAdmin-level API key of the organization
Content-TypestringyesMust be application/json

Request Body Parameters:

ParameterTypeRequiredDescription
domainstringyesCompany Domain which needs to be subscribed

Sample

Request

curl --location 'https://signals.smarte.pro/signals/domains/subscribe' \
--header "Api-Key":"mIGxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxHJY=",
'Content-Type: application/json' \
--data '{
"domain":"nividous.com"
}'

Response

{
"status": "success",
"message": "Domain successfully followed."
}