API ReferenceCalls

List calls (coming soon)

GET
/api/v1/console/calls

Authorization

ApiKeyAuth
AuthorizationBearer <token>

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

In: header

Response Body

application/json

curl -X GET "https://example.com/api/v1/console/calls"
{  "message": "Calls API coming soon",  "data": null,  "code": "not_implemented"}