Public API (Server)

Base URL

https://server.sendeasy.pro

Authentication models

  1. Channel token (/api/messages/send)
  2. API token (/api/v1/waba/*)
  3. Integration token (/api/integration/generic)

Main endpoints

MethodEndpointAuth
POST/api/messages/sendChannel token
POST/api/integration/genericIntegration token

Success and error contracts

Success example:

{ "message": "Message queued successfully" }

Error example:

{ "error": "ERR_NO_PERMISSION" }

Translation strategy

Keep error as canonical key and resolve display messages by locale in your client.

Essa informação foi útil?