Skip to main content
GET
/
v2
/
config
/
backend
Get backend environment configuration
curl --request GET \
  --url http://localhost/api/v2/config/backend
{
  "chain_type": "<string>",
  "openapi_spec_folder_name": "<string>"
}

Query Parameters

apikey
string

API key for rate limiting or for sensitive endpoints

key
string

Secret key for getting access to restricted resources

Response

Backend environment configuration.

chain_type
string | null
openapi_spec_folder_name
string | null