Skip to main content
GET
/
error-codes
/
search
Search error codes
curl --request GET \
  --url https://api-message.nativehub.live/api/v1/error-codes/search \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "a5b6c7d8-e9f0-1234-ab56-789012345678",
    "code": "ERR_INVALID_NUMBER",
    "description": "The destination number is invalid or not in E.164 format",
    "category": "validation",
    "resolution": "Ensure the phone number includes country code and is properly formatted",
    "created_at": "2026-01-01T00:00:00Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

q
string
required

Search query

Response

200 - application/json

Search results retrieved successfully

id
string<uuid>
code
string
description
string
category
string
resolution
string
created_at
string<date-time>