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

    ProblemDetail

    {
        "type": "http://example.com",
        "title": "string",
        "status": 0,
        "detail": "string",
        "instance": "http://example.com",
        "properties": {
            "property1": "string",
            "property2": "string"
        }
    }
    Built with