Providers
List Providers API
Retrieve all providers associated with your Bolna account, including their IDs, names, and creation timestamps.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
providers status response
Unique provider identifier
Name of the provider
Example:
"OPENAI_API_KEY"
Masked secret value/key associated with the provider
Example:
"xxxxxxxaz"
Human readable relative timestamp of provider addition
Example:
"7 hours ago"
Timestamp of provider addition
Example:
"2024-01-29T12:44:12Z"