/
/OpenInt API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 11mo ago
  • getList Connectors
  • get/v1/connector-config/{id}
  • put/v1/connector-config/{id}
  • delete/v1/connector-config/{id}
  • getList Configured Connectors
  • post/v1/connector-config
  • getGet Connection
  • deleteDelete Connection
  • getList Connections
  • postCreate Connection
  • postCreate Customer Authentication Token
  • postCheck Connection Health
  • getList Organization Events
  • getList Customers
  • putUpsert Customer
  • getHealth Check
  • post/v1/health
  • get/v1/connector-status
  • getGet Current User
  • post/v1/webhook/{connector_name}
  • getGet Message Template
  • getGet Connection
  • deleteDelete Connection
  • getList Connections
  • postCreate Connection
  • putAssign Connection
  • deleteDelete Connection Assignment
  • getList Connection Assignments
  • get/v2/connector-config/{id}
  • put/v2/connector-config/{id}
  • delete/v2/connector-config/{id}
  • getList Configured Connectors
  • post/v2/connector-config
  • post/v2/connector-config/pre-configure
  • postExecute RPC function on connector
  • getList Connectors
  • putUpsert Organization

List Customers

List all customers

get/v1/customer

Query parameters

limitinteger

Limit the number of items returned

Limit the number of items returned

offsetinteger

Offset the items returned

Offset the items returned

search_querystring nullable

Response

Successful response

totalinteger required

Total number of items in the database for the organization

limitinteger required

Limit the number of items returned

offsetinteger required

Offset the items returned

has_next_pageboolean

Convenience flag = offset + limit >= total

Changes