Skip to main content
GET
/
satellite
/
contracts
cURL
curl --request GET \
  --url https://apicorp.algartelecom.com.br/telecom/product-Inventory-management/management/v1/satellite/contracts \
  --header 'Content-Type: <content-type>' \
  --header 'access_token: <access_token>' \
  --header 'client_id: <client_id>'
{
  "id": 0,
  "customer": {
    "id": 0,
    "name": "string"
  },
  "description": "string",
  "franchise": 0,
  "price": "string",
  "sharingType": 0,
  "excMbPrice": "string",
  "externalId": "string",
  "createdAt": "2025-10-14T17:09:11.916Z",
  "createdBy": "string",
  "updatedAt": "2025-10-14T17:09:11.916Z",
  "updatedBy": "string"
}

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

name
string
Example:

"name"

customerIdFilter
string

Filtro por ID do cliente

Example:

"customerId"

externalId
string

Filtro por ID externo

Example:

"contractId"

showContracted
boolean
default:false

Indica se deve mostrar apenas contratos já contratados

Example:

"false"

alertDateFrom
string<date-time>

Data inicial do alerta (formato ISO 8601)

Example:

"alertDateFrom"

page
integer
default:1

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

Example:

0

pageSize
integer
default:24

Tamanho da página para paginação.

Example:

24

Response

OK