Skip to main content
POST
/
v1
/
api
/
*
Proxy Dashboard API (POST)
curl --request POST \
  --url 'https://api.mindfort.app/v1/api/*' \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

API key generated from the MindFort dashboard. Pass as Authorization: Bearer <your-api-key>.

Path Parameters

path
string
required

Remainder of the dashboard API path after /v1/api

Body

application/json

The body is of type object.

Response

Upstream dashboard API response

The response is of type object.