Get project settings
Project Settings
Get project settings
Returns the settings for the authenticated project, including API keys, proxy URLs, and project name.
GET
Get project settings
Documentation Index
Fetch the complete documentation index at: https://documentation.qonversion.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication using the project Secret Key (prefixed with sk_, or test_sk_ for sandbox). All v4 public endpoints require the Secret Key — see Authentication. Never expose the Secret Key in client-side code.
Response
Project settings.
Available options:
project_settings Example:
"/v4/project-settings"
Project display name.
Example:
"My App"
Project access token.
Project API key.
Project secret key.
Custom proxy URL.
RTDN proxy URL.