User

User

GET https://api.crmgrow.com/api/user

Get user information from token.

Headers

Name
Type
Description

Authorization*

string

api_key

Content-Type

String

application/json

{
  "status": true,
  "data": {
    ...
    "user_name": "xxx xxxxx",
    "email": "[email protected]",
    "cell_phone": "+xxxxxxxxx",
    ...

  }
}

Last updated

Was this helpful?