WhatsApp API
  • Getting Started
  • Response Code
    • HTTP Status Codes
    • Error Messages
    • Success Messages
    • Error Codes
  • Authorization
  • Endpoint
    • Sending Message Template
    • Sending Message Template Authentication
    • Sending Media Message Template
    • Check Message Status
  • Kembali ke OCA API Documentation
Powered by GitBook
On this page
Export as PDF
  1. Response Code

HTTP Status Codes

The OCA WA API Gateway attempts to return the appropriate HTTP Status Codes for every request

Code
Text
Description

200

OK

Success

401

Unauthorized

Missing or Incorrect authentication details

404

Not Found

There is no data available, like user setting etc

406

Not Acceptable

Response when there is invalid format in request

429

Too Many

Requests

Returned when a request cannot be served due to the system's rate limit having been

exhausted for the resource.

500

Internal Server Error

Something is broken. This is usually a temporary error in server

PreviousGetting StartedNextError Messages

Last updated 7 months ago