crmgrow
  • Introduction
  • Authentication
  • REST API
    • Contact
    • Task
    • Automation
    • Material
    • Note
    • Label
    • Template
    • Lead
    • User
  • Events
    • Lead
    • Webhook
Powered by GitBook
On this page

Was this helpful?

  1. REST API

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": "xxxx@xxxxx.com",
    "cell_phone": "+xxxxxxxxx",
    ...

  }
}
PreviousLeadNextEvents

Last updated 7 months ago

Was this helpful?