Panacea Mobile Help Centre
  • 👋Welcome to Panacea Mobile!
  • Overview
    • Getting Started
    • Multipart SMS
    • Unicode Characters
    • SMS Delivery Statuses
      • Troubleshooting SMS Delivery
    • Compliance
    • FAQs
    • International SMS
      • 🚧Country Regulations & Requirements (under construction)
  • How To Guides
    • Panacea Mobile Dashboard
    • Send a single SMS
    • Send batch campaigns
    • Send personalised batch campaigns
    • Inbox
    • Inbound Triggers
    • SMS Numbers
    • Blocked Numbers & Opt-Outs
    • Sub Accounts
    • Reporting
    • Adding prepaid credits
    • Account Settings
      • My Profile
      • My Billing
      • Security
  • Developers
    • HTTPS API
      • Single Sends
      • Batch Sends
      • Delivery Reports via API
      • Receiving Inbound SMS
      • API Response Code
      • API Keys
      • Examples
        • PHP
          • PHP API Example
          • Simple SMS Send
          • Bulk SMS Send
          • Batch Create
          • Batch Create (.zip)
          • Message Status
        • Python
          • Python API Example
    • SMPP API
      • SMPP Connection Details
  • USSD
    • What is USSD?
    • USSD Campaigns
    • Integration with your server
  • Reseller Platform
    • Reseller Platform Features
    • Getting Started
    • Reseller Settings
    • Managing Your Customer Accounts
    • Branded Platform Example
    • FAQs
Powered by GitBook
On this page

Was this helpful?

  1. Developers
  2. HTTPS API

API Response Code

Status
Code
Reason

api_result_authentication_failed

-8

Authentication failure. Check username and password

api_result_could_not_save

-256

Could not save

api_result_duplicate_record

-512

Duplicate record found (when adding)

api_result_internal_error

-16

Internal error

api_result_invalid_record

-128

Invalid record

api_result_key_created

2

API Request Key created

api_result_message_sent

1

Message sent/queued

api_result_missing_parameter

-4

There was a required parameter missing from the request (see 'details' key in result for more information)

api_result_no_action_specified

-1

No action was specified in the request

api_result_no_such_action

-2

There was no matching action found

api_result_ok

0

Generic OK

api_result_out_of_credit

-64

Out of credit

api_result_routing_error

-32

Routing error

api_result_timeout

-8192

User has exceeded the maximum number of simultaneous requests to the API

api_result_too_many_connections

-4096

User has exceeded the maximum number of simultaneous requests to the API

api_result_user_invalid_affiliate

-1024

User is not part of any affiliate program

api_result_user_no_hlr

-2048

User does not have HLR enabled on his account

batch_status_busy

16

Batch is busy being processed

batch_status_error

128

There was an error processing the batch

batch_status_filter

256

The batch is waiting to be filtered. Set the batch to this status if you wish for it to be filtered.

batch_status_filtering

512

Batch is busy being filtered

batch_status_new

1

Batch is waiting to be processed

batch_status_parsing

2

Batch is busy being parsed

batch_status_parsing_paused

4

Parsing of the batch has been paused

batch_status_paused

32

Batch has been parsed and is currently paused

batch_status_ready

8

Batch is waiting to be processed (no action required)

batch_status_submitted

64

Batch has been submitted

maximum_affliate_registrations_reached

-2048

User has reached maximum registrations during specified period.

message_status_acknowledged

1

Message acknowledged

message_status_delivered

4

Message has been delivered

message_status_does_not_exist

-1

Message does not exist

message_status_failed

32

Message failed

message_status_filtered

64

Filtered (blocked or previously failed)

message_status_internal_failed

8

Message failed (internal error)

message_status_routing_error

16

Routing error

message_status_submitted

2

Message has been sent to the networks

PreviousReceiving Inbound SMSNextAPI Keys

Last updated 2 months ago

Was this helpful?