Outbound Calls

Initiate outbound calls

Initiate outbound call

post

Initiates an outbound call via the telephony provider. The from_number must be owned by the organization and have outbound enabled.

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_numberstringRequired

E.164 formatted phone number owned by org

Example: +14155551234
to_numberstringRequired

E.164 formatted destination number

Example: +14155555678
endpoint_idstring · uuidOptional

Optional endpoint to connect after answer

Responses
chevron-right
200

Call initiated

application/json
post
/outbound-calls

Last updated