cURL
curl --request GET \ --url https://api-v2.missioninbox.com/billing/stripe_config/ \ --header 'Authorization: Basic <encoded-value>'
{ "publishable_key": "<string>" }
Get Stripe configuration for frontend integration.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password