Inquire SIM Status
Version 4.0.0
Endpoint
GET
undefined/resource/{id}
Copy
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
- @typestringRequiredEnum: [Sim]Identifier of the type of Resource (Sim)
Header Parameters
- AuthorizationstringRequiredid/secret are not the right ones - contact API provider, via 'Request Access' button to get the correct on
- x-att-clientIdstring
- x-att-conversationIdstring
- x-att-correlationIdstring
Body Parameters
Responses
Success
Body
application/json
- object
- idstringRequiredThis is the ICCID
- hrefstringRequiredreference of the service
- reclaimIdstringRequiredSIM reclaim id
- returnCodestringRequiredThe SIM status return code returned from NSM: Empty tag - Success: SIM is available for activation; SIM0001 - Sim is not loaded; SIM0002 - Sim is unavailable/in use; SIM0003 - Sim is permanently disabled; SIM0005 - Sim is disconnected; SIM0012 - Invalid market; SIM0099 - Database error.
- resourceStatusstringRequiredEnum: [A, R, L, U, G, Z]The possible SIM statuses are A, R, L, U, G, Z. Status A represents the SIM is valid and all the remaining statuses represent the SIM is invalid. A - Success: SIM is available for activation; R - Error: Sim is not loaded yet; L - Error: Sim is not loaded yet; U - Error: Sim is in use; G - Error: Sim is disconnected; Z - Error: Sim is disabled.