Inquire SIM Status
Version 4.0.0
Endpoint
GET
undefined/resource/{id}
This operation retrieves the status of the SIM identified by the serial number. (TMF 639)
oauth2
Get a JWT Token from AT&T's Azure AD
authorizationCode:
scopes:
tokenUrl:
authorizationUrl:
Query Parameters
Header Parameters
Body Parameters
Responses
Success
Body
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"
}