Get Reserved Numbers In Cart
View all the numbers currently reserved in your cart.
This function is available via our new GraphQL API. You can read more about how to authenticate to this API here.
query {
reservedList {
numbers {
telephoneNumber
city
lata
}
}
}
{
"data": {
"reservedList": {
"numbers": [
{
"city": "BOSTON",
"lata": "128",
"telephoneNumber": "8572391650"
},
{
"city": "BOSTON",
"lata": "128",
"telephoneNumber": "8572391651"
}
]
}
}
}
Last modified 1yr ago