# Authorization info

In this case study, we will look at how to get authorization (user) information on the modem.

To obtain authorization information on the modem, perform the following steps:

1. we will need a unique authorization identifier, which we can [`get here`](https://docs.proxy-seller.com/mobile-crm/usage-guides/modem-authorization-users/modem-authorizations).
2. Use the following method from our API [`Get modem authorization by Id`](https://docs.proxy-seller.com/api-reference/modem-authorization#get-modem-authorization-by-id)

Example of successful execution of a request in JSON format:

```json
[
  {
    "id": "62326bcaf3904578675f9ef7",
    "authType": "LOGIN",
    "login": "jAck",
    "password": "re456pas",
    "ip": ""
  }
]
```
