1. SMS
  • Overview
  • API
    • Autenticação
      • /Auth/Token
    • SMS
      • /Message/Send
        POST
      • /Message/Status
        GET
  1. SMS

/Message/Send

POST
/Message/Send
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://sandbox.bigools.com.br/Message/Send' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
    "client_code": "string",
    "destination": "string",
    "message": "string",
    "scheduled_at": "2019-08-24T14:15:22Z"
}'

Requisição

Authorization
API Key
Adicionar parâmetro em header
Authorization
Exemplo:
Authorization: ********************
or
Parâmetros Header

Parâmetros Bodyapplication/json

Examples

Respostas

🟢200OK
OK
Esta resposta não possui corpo.
Modificado em 2025-08-16 22:31:20
Página anterior
/Auth/Token
Próxima página
/Message/Status
Built with