Skip to content
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

Open
latoyazamill opened this issue Aug 8, 2019 · 0 comments
Open
Labels
legacy Related to legacy, non-OpenAPI SDK

Comments

@latoyazamill
Copy link

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

@jtreminio-dropbox jtreminio-dropbox added the legacy Related to legacy, non-OpenAPI SDK label Jun 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
legacy Related to legacy, non-OpenAPI SDK
Projects
None yet
Development

No branches or pull requests

3 participants