# Get Numbers Get information about your numbers. It returns a list of numbers that you own, as well as their capability (voice or SMS). For the ones that are assigned to an app, it returns the application key of the app. Endpoint: GET /v1/configuration/numbers Version: 1.0.1 Security: Basic, Signed ## Response 200 fields (application/json): - `numbers` (array) The object type. Will always be list of numbers, associated application keys and capabilities - `numbers.number` (string) Numbers that you own in E.164 format. Example: "+11400000000" - `numbers.applicationkey` (string) Indicates the application where the number(s) will be assigned. If no number is assigned the applicationkey will not be returned. - `numbers.capability` (string) Valid values are voice and sms Enum: "voice", "sms"