get https://api.signeasy.com/v3/me/
Retrieve information about the current authorised user. You will receive these user details even if the user has not verified their email address or if the account is not active.
The User Object
Attribute | Type | Description |
---|---|---|
account_type | integer | The plan the user is currently on. |
activation_time | time | The time in epoch, when the user verified their email address. |
is_auto_renew | integer | If the user is on an auto renewing subscription. |
company | string | Company details updated by the user. Name of the company will show up here. |
company_size | string | Company details updated by the user. |
created_time | time | The time in epoch, when the user created the account. |
document_credits | integer | The number of envelope credits the user has. |
email | string | The email address of the user. |
first_name | string | First name of the user. |
id | integer | The ID of the user. |
is_paid | integer | Flag indicating if the user is on a paid plan. 0: Free plan 1: Paid plan |
last_name | string | Last name of the user. |
last_modified_time | time | The time in epoch, when the user last made changes to their profile information. |
referrer_code | string | The referral code of the user. |
referrer_promo_left | integer | The number of times, the user's referral code can be redeemed. |
subscription_expiry_time | time | The time in epoch, when the user's subscription will expire. If auto renewal is turned on, it would renew at this time. |
imported_file_count | integer | The number of times the user imported a document. |
signed_file_count | integer | The number of times the user signed a document. |
card_brand | string | The card brand, which will be used for subscription renewal. |
status | integer | Flag indicating if the user has an activated account or not. 0: Not activated 1: Activated account |
email_verified | integer | Flag indicating if the user has verified their email address with Signeasy. 0: Not verified. API calls will not function for users with unverified email addresses. 1: Email address verified. |
envelope_credits_available | integer | The number of envelope credits left for your consumption. 1 credit = 1 signature request. |
envelope_credits_consumed | integer | The number of envelope credits left you have consumed so far. |
grace_envelope_credits_available | integer | The number of grace envelope credits left if you exhaust your envelope_credits_available . |
grace_envelope_credits_consumed | integer | The number of grace envelope credits left you have consumed so far. Once you exhaust this, you will receive a 422 response. |