Connecting to the Enveloop API
Send messages on Enveloop by connecting directly via HTTPS
Connecting
You can connect directly over HTTPS or by using one of the provided SDKs
Connecting via HTTPS
Endpoint
You can send messages directly over HTTPS by sending a request to any of the Api Endpoints:
(ex: POSThttps://api.enveloop.com/messages
)
Authentication
You will need to pass your Api Token as an Authorization header prefixed with token
.
Authorization: token <API Token>
cURL example
JS fetch example
Last updated
Was this helpful?