Blackkonnect SMS
  1. Access Token
Blackkonnect SMS
  • Blackkonnnect SMS API
  • Mobile SMS Messaging
    • Send a simple SMS message
      POST
    • Send bulk SMS messages
      POST
    • Get message status
      GET
    • Get message status
      GET
    • handleDeliveryReceipt
      GET
  • Access Token
    • Retrieve access token
      POST
  1. Access Token

Retrieve access token

Testing Env
https://test.your-api-server.com
Testing Env
https://test.your-api-server.com
POST
/api/sms/authenticate/access-token/token/v1
Provides access tokens used to grant access to a protected resource on the API.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://test.your-api-server.com/api/sms/authenticate/access-token/token/v1'
Response Response Example
200 - JWTExample
{
    "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"
}

Request

Body Params application/x-www-form-urlencoded

Responses

🟢200OK
application/json
Authentication successful and token retrieved
Body

🟠401Unauthorized
Modified at 2025-05-16 13:32:30
Previous
handleDeliveryReceipt
Built with