Skip to main content

Fetch recording setting

GET 

/v2/phone_numbers/recording_settings/:id

Fetches the recording status for a given phone number, based on Do Not Record and Recording Governance for your team. Phone number should be in E.164 format.

Request

Path Parameters

    id stringrequired

    E.164 Phone Number

    Example: +17705550212

Responses

Success

Schema
    recording_default boolean

    Whether this phone number should record its calls by default

    parties_to_record string

    How many parties to record. Can be one of: none, both, one

Loading...