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"
}
]Search error codes by code or description
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"
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Search query