@GET("api/2/phone/{phone}/status") abstract fun checkPhoneStatus(@Header("Authorization") clientBearer: String, @Path("phone") phoneBase64: String): Call<ApiContainer<AccountStatusResponse>>
Checks the signup status of the given phone identifier.
identifier
- The identifier whose status is to be queried.
Return
A representation of the call ready for execution.