Skip to main content
GET
/
frontend
/
api
/
v1
/
billing
/
config
Get Stripe client config
curl --request GET \
  --url https://{host}/frontend/api/v1/billing/config \
  --header 'Authorization: Bearer <token>'
{
  "publishable-key": "<string>"
}

Authorizations

Authorization
string
header
required

API Key Security (Header).

Response

OK

publishable-key
string