Developer Docs

Table of contents

Authorization errors

Errors with the 401 code, for example:

{
   "code":401,
   "message":"Expired JWT Token"
}

Validation errors

Errors with code 422, for example:

{
   "message":"The given data was invalid.",
   "errors":{
      "sender":[
         "This value is too short. It should have 1 character or more."
      ]
   }
}

Possible difficulties and ways to solve them

 Code Error Description. 
422 Max amount of cards for this user is 0 You can only send text RCS messages. To send messages with cards, contact your manager. 
422 This sender is not allowed Check that you have entered the RCS agent correctly. To register an agent, contact your manager.