Skip to main content
GET
/
api
/
v1
/
console
/
calls
List calls (coming soon)
curl --request GET \
  --url https://api.bimpe.ai/api/v1/console/calls \
  --header 'Authorization: Bearer <token>'
{
  "message": "Calls API coming soon",
  "data": null,
  "code": "not_implemented"
}

Authorizations

Authorization
string
header
required

Team API key (prefix sk_). Use Authorization: Bearer or X-Api-Key: .

Response

200 - application/json

Coming soon

message
string
Example:

"Calls API coming soon"

data
object
Example:

null

code
string
Example:

"not_implemented"