Skip to main content
POST
/
api
/
finma
/
warnings
/
search
/finma/warnings/search
curl --request POST \
  --url https://api.anysite.io/api/finma/warnings/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "query": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "name": "<string>",
    "@type": "@finma_warning",
    "published_at": "<string>",
    "commercial_register": "<string>",
    "domicile": "<string>",
    "address": "<string>",
    "website": "<string>",
    "remarks": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
query
string
required

Search keyword (company name or domain)

Minimum string length: 1
count
integer
required

Max number of results

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
name
string
required
@type
string
default:@finma_warning
published_at
string | null
commercial_register
string | null
domicile
string | null
address
string | null
website
string | null
remarks
string | null