Skip to main content
GET
/
sms
/
request
cURL
curl --request GET \
  --url https://apicorp.algartelecom.com.br/telecom/product-Inventory-management/management/v1/sms/request \
  --header 'Content-Type: <content-type>' \
  --header 'access_token: <access_token>' \
  --header 'client_id: <client_id>'
{
  "sendSmsRequest": {
    "id": 354,
    "from": "teste",
    "message": "Teste Horário Requisição",
    "status": "PROCESSED",
    "errorLog": "teste error",
    "flash": false,
    "sendAt": "2024-05-03T19:56:44.671Z",
    "processedAt": "2024-05-03T19:56:44.671Z",
    "validityMinutes": 0,
    "deliveryTimeWindowDays": 0,
    "deliveryTimeWindowFrom": 0,
    "deliveryTimeWindowTo": 0,
    "createdBy": "teste user",
    "createdAt": "2024-05-03T19:56:43.158Z"
  },
  "successCount": 1,
  "errorCount": 0,
  "pendingCount": 0
}

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"

Response

OK