Skip to main content
POST
/
satellite
/
action-queue
cURL
curl --request POST \
  --url https://apicorp.algartelecom.com.br/telecom/product-Inventory-management/management/v1/satellite/action-queue \
  --header 'Content-Type: <content-type>' \
  --header 'access_token: <access_token>' \
  --header 'client_id: <client_id>' \
  --data '
{
  "action": 0,
  "contractIdMOT": 31516,
  "accountId": 4988789,
  "devices": [
    {
      "deviceId": "01097628SKY1C49"
    }
  ]
}
'
{
  "error": "Requisição requer autenticação."
}

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

Identificador do client id do sensedia

Example:

"123"

access_token
string
required

Token gerado

Example:

"123A456b789c"

Body

application/json

Informações necessárias para criar a ação.

action
integer
Example:

0

contractIdMOT
integer
Example:

31516

accountId
integer
Example:

4988789

devices
array
Example:
[{ "deviceId": "01097628SKY1C49" }]

Response

Created

The response is of type string.