Skip to main content
GET
/
api
/
public
/
calls
List calls
curl --request GET \
  --url https://astrasend-mocha.vercel.app/api/public/calls \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Your API key (as_live_…), created under Settings → API keys.

Query Parameters

limit
integer
default:50
Required range: x <= 200

Response

200 - application/json

Success

ok
boolean
Example:

true