/
/authentication
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
Events4
  • postTrigger event
  • postBulk trigger event
  • postBroadcast event to all
  • deleteCancel triggered event
Subscribers12
  • getGet subscribers
  • postCreate subscriber
  • getGet subscriber
  • putUpdate subscriber
  • deleteDelete subscriber
  • postCreate subscriber
  • postVerify subscribers
  • patchUpdate subscriber online status
  • getGet subscriber preferences
  • patchUpdate subscriber global preferences
  • getGet subscriber preferences by level
  • patchUpdate subscriber preference
Topics8
  • getFilter topics
  • postTopic creation
  • postSubscribers addition
  • getCheck topic subscriber
  • postSubscribers removal
  • getGet topic
  • deleteDelete topic
  • patchRename a topic
  • postSigning In
  • postDLR Webhook
  • postSending Text Message
  • post/
  • postSending Template Message
  • postUploading Media
  • postCall with User input
  • postCall with Advanced Call Control
  • postSend E-Mail request
  • postMO Forwarding Through HTTP
  • getKnowledge list
  • postCreate an empty Knowledge
  • getKnowledge document list
  • postCreate a document from text
  • deleteDelete knowledge
  • deleteDelete document

Signing In

To sign-in using the TOKEN API, first submit an HTTP Request with your Service Username and API Key, then receive a Response that includes your JWT access-token, which you will then provide in the Authorization header of each CEQUENS API request you need to submit.

post/v1/tokens/

Request body

apiKeystring

Your API key

userNamestring

Your Cequens Service Account username

Response

200

Changes