Sender Number Is Not Active
Sender Account Is Not Verified
API Key Does Not Have The Required Scope
Make sure the key has the required scope, such as:Recipient Cannot Receive Messages
Use contact lookup before sending to confirm the recipient exists and can receive messages.Common HTTP Responses
401 Unauthenticated
X-Api-Key header is present, active, and not expired.
404 Tenant Domain Not Found
{tenant}.sinjapp.org and {other-tenant}.sinjapp.org are different tenants.
403 Insufficient Scope
messages.send, messages.read, contacts.lookup, or usage.read.
422 Validation Error
errors object and fix each field before retrying.