Receive Status Number Code
Returns the current state of the activation or the received verification code.
GET http://privatesms.vip/stubs/handler_api.php?api_key={apikey}&action=getStatus&id={activation_id}
Request Parameters
| Name | Description |
api_key | Personal API key from the client account. |
action | Must be getStatus. |
id | Activation ID returned by getNumber or getNumberV2. |
Error Responses
| Status | Server response | Description |
| 401 | BAD_KEY | The API key is invalid. |
| 400 | BAD_ACTION | The action value is invalid. |
| 500 | SERVER ERROR | Unexpected internal server error. |
| 403 | BANNED | The account is disabled. |
| 404 | NO_ACTIVATION | Activation was not found. |