Find a specific order

GET {{baseUrl}}/orders/:id?fields=<string>

Returns a single NumberOrder instance for a given order id. Order contains information about purchased keywords, local, toll-free numbers

Request Params

KeyDatatypeRequiredDescription
fieldsstringLimit fields received in response. E.g. fields: id, name or fields items (id, name), see more at partial response page.