Calls

Resolve Shortcode

Resolve a shortcode to its call_id.

This endpoint is public (no authentication required) as it's accessed from SMS links before the user is logged in.

The frontend will redirect to the call detail page after resolving.

Returns:

  • call_id: The UUID of the call associated with the shortcode
get/calls/shortcode/{shortcode}

Path parameters

shortcodestring required

Response

Successful Response

call_idstring uuid required

The call ID associated with this shortcode

Changes