Skip to content

Commit

Permalink
Update connected-network-type.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-murray authored Dec 18, 2024
1 parent e22b75a commit 492c352
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/API_definitions/connected-network-type.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ info:
The endpoint `POST /retrieve` allows to get connected Network Type.
# Identifying the device from the access token
# Further info and support
(FAQs will be added in a later version of the documentation)
### Identifying the device from the access token
This API requires the API consumer to identify a device as the subject of the API as follows:
- When the API is invoked using a two-legged access token, the subject will be identified from the optional `device` object, which therefore MUST be provided.
Expand All @@ -47,10 +51,6 @@ info:
- If the subject can be identified from the access token and the optional `device` object is also included in the request, then the server will return an error with the `422 UNNECESSARY_IDENTIFIER` error code. This will be the case even if the same device is identified by these two methods, as the server is unable to make this comparison.
## Further info and support
(FAQs will be added in a later version of the documentation)
### Multi-SIM scenario handling
In multi-SIM scenarios where more than one mobile device is associated with a phone number (e.g. a smartphone with an associated smartwatch), it might not be possible to uniquely identify from that phone number the device for which the connected network type should be returned. If the phone number is used as the device identifier when querying in a multi-SIM scenario, the API may:
Expand Down

0 comments on commit 492c352

Please sign in to comment.