Call Routing

create a Lest cost routing for a service provider

<Error>This endpoint is only availble with an Admin or Service Provider API key</Error>

post/ServiceProviders/{ServiceProviderSid}/Lcrs

Request body

namestring required

name or Least Cost Routing

Example request

{
  "name": "twilioLcr"
}

Response

service provider Lcr successfully created

sidstring required

Example response

{
  "sid": "9d26a637-1679-471f-8da8-7150266e1254"
}

Changes

Changed in 2 of the 27 revisions of this API.11