Skip to content

Notif+ Platform - Generate Authentication Token

Generates an authentication token using account credentials. Use the returned token with the Message Submission with Token API to avoid passing credentials on every request.

GET

https://<servername>:<port>/bulksms/generatetoken

Exemple usage

https://<servername>:<port>/bulksms/generatetoken?username=X&password=Y

Paramètre

Champ Type Description
username string Username of the user.
password string Password of the user.

Response Message

Nom Description
200 Authentication token returned as plain text.
401 Authentication failure.
500 Intenal server error. Please contect support if this persists.