Blackkonnect SMS
    • Blackkonnnect SMS API
    • Access Token
      • Retrieve access token
        POST
    • Mobile SMS Messaging
      • Send a simple SMS message
        POST
      • Send bulk SMS messages
        POST
      • Get message status
        GET
      • Get message status
        GET
    • Schemas
      • Schemas
        • GenericResponseNetworkOperatorMessageDeliveryDTO
        • NetworkOperatorMessageDeliveryDTO
        • GatewayMessageDeliveryStatusDTO
      • SimpleSmsMessageRequest
      • GenericRequest
      • ItemPagination
      • SimpleSmsMessageResponse
      • BulkSmsMessageRequest
      • DeliveryTime
      • DeliveryWindow
      • MessageDestination
      • SmsMessage
      • BulkSmsMessageResponse
      • MessageGroupStatus
      • SmsMessageDeliveryStatus
      • ProblemDetail
      • GatewayMessageDeliveryStatus
      • TokenRequest

    GatewayMessageDeliveryStatus

    {
        "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
        "messageId": "string",
        "bulkReferenceId": "string",
        "partReferenceId": "string",
        "destination": "string",
        "sourceAddress": "string",
        "deliveryStatus": "QUEUED",
        "deliveryTimestamp": "2019-08-24T14:15:22.123Z"
    }
    Built with