Skip to main content

Get single voice tag

Path Parameters
  • id string required

    Voice tag id

Responses


Schema array
  • id integer
  • description string

    A description

  • assign string

    Possible values: [Both, Caller, Agent]

    Which side of the call should we look at to match the phrases

  • phrases string[]
  • priority integer

    What order to look for voice tags. 1 is highest priority

GET /voice-tags/:id
id — path
curl -L 'https://www.reports.mediahawk.co.uk/rest/v2_0/voice-tags/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'