Dashboard
APIGet Setting API - View Configuration Value | BotSubscription
api.botsubscription.com
GET/v1/endpoint
AuthenticationBearer
Token
Stays in this tab. Required for this endpoint — the value below is what gets sent.
Mock
curl --request GET \
  --url https://api.botsubscription.com/v1/endpoint \
  --header 'Authorization: Bearer sk_live_•••'

Get Setting - Fetch Configuration Value via API

Fetch the current value of a single configuration option. Use this when you need to check one specific setting without retrieving the entire configuration object. Common keys include default_language, timezone_preference, and collect_email_on_subscribe.

GET/v2/projects/{project_id}/settings/{key}

Authorization

Bearer TokenRequired

Path Parameters

project_idstringrequired

The unique identifier of the project.

keystringrequired

The setting key (e.g., default_language, timezone_preference, policies).

Last updated: