Inquire SIM Status

Endpoint

GET
undefined/resource/{id}

This operation retrieves the status of the SIM identified by the serial number. (TMF 639)

arrowSecurity

oauth2

Get a JWT Token from AT&T's Azure AD
authorizationCode:
scopes:
tokenUrl:
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/resource/id?@type=string' \
                 --header 'accept: application/json' \
                 --header 'authorization: string'

            RESPONSE

            1
            2
            3
            4
            5
            6
            7
            8
            {
              "id": "",
              "href": "",
              "@type": "Sim",
              "reclaimId": "  N",
              "returnCode": "SIM0002",
              "resourceStatus": "U"
            }