Skip to main content
POST
/
sms
/
request
cURL
curl --request POST \
  --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>' \
  --data '
{
  "flash": "true",
  "text": "string",
  "sendAt": "string",
  "msisdns": "string"
}
'
"Created"

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"

Body

application/json

Informações para formar o request

flash
boolean
Example:

"true"

text
string
Example:

"string"

sendAt
string
Example:

"string"

msisdns
string
Example:

"string"

Response

Created