Skip to main content

Get basic information over the instance

GET 

https://$CUSTOM-DOMAIN/v2/settings

Return the basic information of the instance for the requested context

Responses​

OK

Schema

    defaultOrgId string

    default organization for the current context

    defaultLanguage string

    default language for the current context

    supportedLanguages string[]
curl -L 'https://$CUSTOM-DOMAIN/v2/settings' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://$CUSTOM-DOMAIN
Auth
ResponseClear

Click the Send API Request button above and see the response here!