Skip to main content
GET
/
sessions
/
history
cURL
curl --request GET \
  --url https://apicorp.algartelecom.com.br/telecom/product-Inventory-management/management/v1/sessions/history \
  --header 'Content-Type: <content-type>' \
  --header 'access_token: <access_token>' \
  --header 'client_id: <client_id>'
{
  "apn": "teste.br",
  "imsi": "878978978979879000",
  "uniqueId": "65456rer5er45ew6r4e5w64r6",
  "cep": "38415897",
  "city": "Teste",
  "imei": "8.6247605171275e+22",
  "inputBytes": 38415897,
  "ip": "20.258.54.140",
  "latitude": "45654.789",
  "longitude": "3841.5897",
  "msisdn": "5516989526578",
  "operator": "ALGAR",
  "outputBytes": 8989,
  "sessionTime": 1148,
  "startTime": "2024-02-16T18:09:07.000Z",
  "state": "MG",
  "stopTime": "2024-02-16T18:28:15.000Z",
  "technology": "3G",
  "updateTime": "2024-02-16T18:28:15.000Z",
  "antenna": "20969927f4200856180f34343jyu",
  "date": "2024-02-16T18:28:15.000Z"
}

Headers

Content-Type
string
required

Define o formato da requisição.

🔹 Valor padrão:

application/json

📌 Dica: Copie e cole esse valor no campo Content-Type.

Example:

"application/json"

client_id
string
required

Id do cliente

Example:

"client_id"

access_token
string
required

Token gerado.

Example:

"access_token"

Query Parameters

operator
string

Operadora

Example:

"ALGAR"

imsi
string

Identificador do IMSI

Example:

"30321515124185"

customerIdFilter
number

Identificador do cliente.

Example:

"359687"

startDate
string
required

Data do histórico

Example:

"2024-01-01T00:00:00.000Z7"

msisdn
string
required

Número do SIMCARD

Example:

"5516991556585"

page
integer<int32>
default:1
required

Número da página para paginação.

Example:

0

pageSize
integer<int32>
default:30
required

Tamanho da página para paginação.

Example:

24

Response

OK