App Config

APIs related to application config

App Config

GET https://example.com/api/config

This endpoint will return config details for the application. Like: APP_LOGO, APP_NAME

Headers

Name
Type
Description

Accept

string

application/json

{
    "data": {
        "APP_NAME": "Zero 2 One",
        "APP_LOGO": "https://zero-to-one.s3.ap-south-1.amazonaws.com/config-images/logo.png",
        "JITSI_MEET_FQDN": "meet.arbre.in"
    }
}

Last updated

Was this helpful?