Get Reserved Numbers In Cart

Overview

View all the numbers currently reserved in your cart.

Authentication

circle-info

This function is available via our new GraphQL API. You can read more about how to authenticate to this API here.

Example Query

query {
  reservedList {
      numbers {
      telephoneNumber
      city
      lata
    }
  }
}

Example Response

Last updated

Was this helpful?