@GET("api/2/email/{email}/status") abstract fun checkEmailStatus(@Header("Authorization") clientBearer: String, @Path("email") emailBase64: 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.