📓
Collector API documentation
  • Introduction
  • Endpoints
    • About
    • Leads
      • Add New
      • Update
      • Get Last
      • Get Lead
      • Get List
      • Get Notes
      • Get Extra Data
      • Get Follow-ups
      • Get Order
      • Get Types
      • Get Statuses
    • Webhook
Powered by GitBook
On this page
  1. Endpoints

About

GET /about

Gets information about the logged API client's account

Headers

x-api-key* string

API key for authorization

Response

{
  "name": "Client name"
}
{
  "error": "Client not found"
}
PreviousIntroductionNextLeads

Last updated 1 year ago