listProduct

Version 4.0.0
download iconDownload spec

Endpoint

GET
undefined/product

List or find Product objects. (TMF 637)

arrowSecurity

oauth2

Get a JWT Token from AT&T's Azure AD
authorizationCode:
scopes:
tokenUrl:https://login.microsoftonline.com/e741d71c-c6b6-xxxxxxx-0f3b32b07556/oauth2/v2.0/token
authorizationUrl:
arrowRequest

Query Parameters

Header Parameters

        Body Parameters

        Responses

        Success

        arrowBody

        application/json

        REQUEST

        1
        2
        3
        4
        curl --request GET \
             --url 'https://example.com/product?queryString=' \
             --header 'accept: string' \
             --header 'authorization: string'

        RESPONSE

        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        16
        17
        18
        19
        20
        21
        22
        23
        24
        25
        26
        27
        28
        29
        30
        31
        32
        33
        34
        35
        36
        37
        38
        39
        40
        41
        42
        43
        44
        45
        46
        47
        48
        49
        50
        51
        52
        53
        54
        55
        56
        57
        58
        59
        60
        61
        62
        63
        64
        65
        66
        67
        68
        69
        70
        71
        72
        73
        74
        75
        76
        77
        78
        79
        80
        81
        82
        83
        84
        85
        86
        87
        88
        89
        90
        91
        [
          {
            "id": "string",
            "href": "string",
            "name": "string",
            "role": "string",
            "@type": "string",
            "@baseType": "string",
            "@referredType": "string",
            "@schemaLocation": "string",
            "businessName": "string",
            "familyName": "string",
            "generation": "string",
            "givenName": "string",
            "middleName": "string",
            "ContactInformation": [
              {
                "name": {
                  "lastName": "string",
                  "firstName": "string",
                  "namePrefix": "string",
                  "middleName": "string",
                  "nameSuffix": "string",
                  "additionalTitle": "string",
                  "doingBusinessAs": "string"
                },
                "email": {
                  "language": "E",
                  "emailType": "B",
                  "emailAddress": "string",
                  "effectiveDate": "string",
                  "bounceIndicator": "string",
                  "primaryAddressIndicator": false
                },
                "ppuAddress": {
                  "Zip": [
                    {
                      "zipCode": "string",
                      "zipGeoCode": "string",
                      "zipCodeExtension": "string"
                    }
                  ],
                  "Unit": [
                    {
                      "unitNumber": "string",
                      "unitDesignator": "APT"
                    }
                  ],
                  "City": "string",
                  "State": "JA",
                  "Street": [
                    {
                      "streetType": "ALY",
                      "streetName": "string",
                      "streetNumber": "string",
                      "streetDirection": "E",
                      "streetTrailingDirection": "E"
                    }
                  ],
                  "County": [
                    {
                      "countyType": "string",
                      "countyName": "string"
                    }
                  ],
                  "Country": "string",
                  "Attention": "string",
                  "lastUpdate": "string",
                  "RuralRoute": [
                    {
                      "ruralRouteBoxNumber": "string",
                      "ruralRouteCenterNumber": "string"
                    }
                  ],
                  "addressType": "S",
                  "AddressLine1": "string",
                  "AddressLine2": "string",
                  "PostOfficeBox": "string",
                  "fieldIndicator": false,
                  "addressSubType": "S",
                  "UrbanizationCode": "string",
                  "internationalZip": "string",
                  "incorporatedIndicator": false,
                  "ruralAddressAttention": "string",
                  "internationalAddressLine": "string"
                }
              }
            ],
            "title": "string"
          }
        ]