Skip to main content
GET
/
api
/
v1
/
health
Health check endpoint
curl --request GET \
  --url https://nordicfinancialnews.com/api/v1/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://docs.nordicfinancialnews.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

successful

status
enum<string>
required
Available options:
ok
Last modified on April 20, 2026