Skip to main content
GET
/
broker
/
unlock-network
cURL
curl --request GET \
  --url https://apicorp.algartelecom.com.br/telecom/product-Inventory-management/management/v1/broker/unlock-network \
  --header 'Content-Type: <content-type>' \
  --header 'access_token: <access_token>' \
  --header 'client_id: <client_id>'
[
  {
    "msisdn": "5534991023333",
    "actionType": "UNLOCK_NETWORK",
    "status": "COMPLETED",
    "createdBy": "admin",
    "createdAt": "2024-01-01 12:00:00"
  }
]

Headers

Content-Type
string
default:application/json
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
Example:

"client_id"

access_token
string
required

Token gerado.

Example:

"access_token"

Query Parameters

page
integer

Número da página.

Example:

1

pageSize
integer

Tamanho da página.

Example:

30

msisdn
string

Número do MSISDNS.

Example:

"5534991023333"

Response

Lista de ações de desbloqueio de rede retornada com sucesso.