📦
Mobivate Bulk API Documentation
  • 👋Welcome to BulkSMS
  • AUTHENTICATION & INTEGRATION
    • Getting started with Integration
      • Creating a New API Key
      • Get API Key
      • Test API Key
    • Registering Webhooks
      • Delivery Receipt Notification
      • Incoming Message Notification
      • Short URL Click Notification
    • Understanding Response Codes
  • USE CASES
    • Send Single SMS Message
      • Understanding SMS Response Codes
    • Send Batch SMS Messages
      • Understanding Batch SMS Response Codes
    • Search Message logs
    • Search for Single Message log
    • List OptOuts
    • Add an OptOut
    • Delete an OptOut
    • Frequently Asked Questions
  • 📚Integrations
    • Integrating Mobivate framework into your own application
    • Automate SMS messages using events through Zapier
    • Asynchronous Number Verification
    • Synchronous Number Verification
    • Adding / Removing Contacts
    • Creating New Contact Group
  • 🔓ARCHIVED DOCS
    • Sending simple Notification messages
    • Sending SMS from 3rd Party Providers
    • Sending Campaigns
Powered by GitBook
On this page

Was this helpful?

  1. AUTHENTICATION & INTEGRATION

Understanding Response Codes

This document will detail all Response codes from our API.

When making any API request through our system. You will receive one of our following response codes.

Response Codes

Code
Description

200

Message submitted successfully.

400

Bad request - Some of the provided parameters were invalid.

401

Unauthorized - API key is invalid or has expired.

402

Out of Credit - Insufficient funds to send code.

403

Opted Out - Message blocked because recipient is opted out.

429

Slow down - Rate limit exceeded.

500

Internal error - We are experiencing a technical issue.

PreviousShort URL Click NotificationNextSend Single SMS Message

Last updated 1 year ago

Was this helpful?