Response Code

The inbound endpoint returns HTTP status codes to indicate the message reception status. Error response bodies contain additional details.

Code
Status
Description

200

OK

Success. Your request was successfully received and is being processed by OCA. No response body.

400

Bad Request

Invalid Request. Your request body has an incorrect format. This could be due to invalid JSON, missing required fields (such as user_id or type), or incorrect data types.

401

Unauthorized

🔑 Authentication Failed. The X-API-KEY you provided is incorrect, missing, or inactive.

429

Too Many Requests

🚦 Rate Limit Exceeded. You have exceeded the allowed number of requests (rate limit) within a given time period. Try again after some time.

500

Internal Server Error

🔥 Server Error. An unexpected problem occurred on the OCA server side. If this problem persists, contact OCA support.

Last updated