Outbound Calls
Authorizations
AuthorizationstringRequired
API key in format kros_live_xxxx for production or kros_test_xxxx for testing.
Also accepts JWT tokens from Supabase Auth for dashboard sessions.
Header parameters
x-organization-idstring · uuidOptional
Organization UUID for multi-tenant context. Falls back to user's first organization if not provided.
Body
from_numberstringRequiredExample:
E.164 formatted phone number owned by org
+14155551234to_numberstringRequiredExample:
E.164 formatted destination number
+14155555678endpoint_idstring · uuidOptional
Optional endpoint to connect after answer
Responses
200
Call initiated
application/json
400
Bad request - Invalid parameters or request body
application/json
401
Unauthorized - Invalid or missing API key
application/json
402
Insufficient balance
application/json
403
Outbound not enabled for this number
application/json
post
/outbound-callsLast updated
