/
/Integrations API [deprecated]
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 3h ago · Updated 3w ago
Conversations6
  • postCreate a conversation
  • getGet a single conversation by csid
  • getGet a list of messages within a conversation
  • getGet a list of internal notes of a conversation
  • getGet a list of activitylog events for a conversation
  • getGet a list of activitylog events
Endpoints2
  • getGet a list of endpoints.
  • getGet an endpoint by id
flows1
  • getList the current flows for an organization
Message1
  • postAdd a historical message to a conversation
Queues2
  • getGet a list of queues for your organization
  • getGet a queue by id
Tags1
  • getGet a list of tags
Users5
  • getReturns a list of users.
  • postCreate a user
  • getReturns a list of conversations requested by a specific user.
  • postSchedule anonymization for specified entity
  • getGet anonymization request for specified id
    Users

    Returns a list of users.

    get/v1/users

    Query parameters

    emailstring

    email to search for

    phone_numberstring

    phone number to search for

    limitinteger

    Maximum number of items per page. With upper bound set to 200.

    Response

    A JSON array of users

    Changes