Skip to main content
POST
/
api
/
v1
/
external
/
notification
/
send
Enviar notificacion externa
curl --request POST \
  --url https://api.goil.app/api/v1/external/notification/send \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "timestamp": 1705123456789,
  "data": {}
}

Body

application/json

The body is of type object.

Response

Notificacion enviada

timestamp
integer<int64>
required
Example:

1705123456789

data
object