POST
/
api
/
v1
/
watchlist
/
add
curl --request POST \
  --url https://api.registercheck.de/api/v1/watchlist/add \
  --header 'X-API-Key: <api-key>'
{
  "message": "<string>",
  "watchlist_id": "<string>"
}

Authorizations

X-API-Key
string
header
required

Query Parameters

company_name
string
required
register_number
string
required
user_id
string
required

Response

200
application/json
Successful Response
message
string
required
watchlist_id
string
required