Get a single dynamic URL
Path Parameters
- vaCode string required
Responses
- 200
- 404
- application/json
- Schema
- Example (from schema)
Schema
- va_code string
- url string
- google_bot_filter boolean
- subdomain_tracking boolean
pools object[]
id integername stringprefix object
prefix stringPossible values: Value must match regular expression
[1-9]{1,3}[0-9]+
description stringcountry stringformat stringinternational_format stringcustom_format stringnumbers_to_replace string[]Possible values: Value must match regular expression
^[0-9]{1,14}$
{
"va_code": "VA-00001",
"url": "www.mediahawk.co.uk",
"google_bot_filter": false,
"subdomain_tracking": false,
"pools": [
{
"id": 1,
"name": "My first pool",
"prefix": {
"prefix": "441234",
"description": "01234 - Bedford",
"country": "GB"
},
"format": "0800 000 0000",
"international_format": "None",
"custom_format": "",
"numbers_to_replace": [
"441111222333",
"00302932323"
]
}
]
}
Url not found