This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
POST /account/verify not recognizing the email_address param #95
Labels
legacy
Related to legacy, non-OpenAPI SDK
HelloSignClient client = new HelloSignClient("SIGN_IN_AND_CREATE_API_KEY_FIRST");
if (client.isAccountValid("[email protected]")) {
// Account is valid
}
Expected response:
{
"account": {
"email_address": "[email protected]"
}
}
Workaround: cURL or a Raw HTTP Request Library
The text was updated successfully, but these errors were encountered: