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

NameDescription
api_keyPersonal API key from the client account.
actionMust be getStatus.
idActivation ID returned by getNumber or getNumberV2.

Response Examples

200 OK

STATUS_WAIT_CODE

200 OK

STATUS_OK:7421

Error Responses

StatusServer responseDescription
401BAD_KEYThe API key is invalid.
400BAD_ACTIONThe action value is invalid.
500SERVER ERRORUnexpected internal server error.
403BANNEDThe account is disabled.
404NO_ACTIVATIONActivation was not found.
RUEN