Number Product Types

Shows a list of the available Number Product Types.

Request

Endpoint: /api/number-product-types
Method: GET
Headers: Accept: application/vnd.cloudlx.v1+json
Authorization: Bearer <access_token>

Response

Example:

                                
    {
        "number_product_types": [
            {
                "id": 1,
                "name": "Inbound Numbers"
            },
            {
                "id": 2,
                "name": "In-Country Termination Numbers"
            },
            {
                "id": 3,
                "name": "In-Country Termination Numbers with Emergency Services Address Registration"
            }
        ]
    }
                                
                            
id Description The id of the number product type
Type Integer
Example 1
name Description The name of the number product type
Type String
Example Inbound Numbers