Used to retrieve the services status of the user identified by the id.
Remember to provide the authentication HTTP headers as described in the Authenticate using a session key and the Authenticate using a user tokeny sections.
All the query string parameters in URL must be UTF-8 URL Encoded.
HTTP Headers
https://app.gateway.smsend.it/API/v1.0/REST/status?getMoney={value}
Parameter |
Type |
Description |
Required |
Default |
getMoney | String “true” or “false” | Add user current money to response | No | "false" |
typeAliases | String “true” or “false” | Returns the actual names for the message types instead of the internal ID. This is not done by default only because of retrocompatibility issues. | No, but suggested | "false" |
Code |
Description |
200 | A Json object representing the user status |
400 | Other errors, details are in the body |
401 | [Unauthorized] User_key, Token or Session_key are invalid or not provided |
404 | [Not found] Credentials are incorrect |