Skip to content

General

Operations

Get API status

Request

Security
OAuth2 or OAuth2Sandbox
Query
includestring

Comma-separated list of related resources to include in the response. Supported values: scheduled_maintenances.

Value:"scheduled_maintenances"
curl -i -X GET \
  'https://api.fennoa.com/v2/status?include=scheduled_maintenances' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

API status.

Bodyapplication/json
One of:
dataobjectrequired
Example:
{}
Response
{ "data": {} }