pub async fn list_short_code(
configuration: &Configuration,
account_sid: &str,
friendly_name: Option<&str>,
short_code: Option<&str>,
page_size: Option<i32>,
) -> Result<ListShortCodeResponse, Error<ListShortCodeError>>
Expand description
Retrieve a list of short-codes belonging to the account used to make the request