Providers
Add a new provider
Add provider
POST
/
providers
You can add your own providers securely in Bolna. Please read this page for more information about all current supported providers.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
provider_name
string
requiredName of the provider
provider_value
string
requiredSecret value/key associated with the provider
Response
200 - application/json
message
enum<string>
Available options:
successful
status
enum<string>
Available options:
added
Was this page helpful?