Getting started
Get an API key, make your first call, and review your request history.
Three steps to your first successful API call. Each one is doable from this page.
- Get your API keyOpen your developer account and register the key you were issued.
- Make your first callUse the request example below to make a real call.
- Review your request historyEvery call made with your key appears in your developer account.
Make your first call
GET
/clientsList clients
2 parameters
- limitintegerquery
Page size (default 20, max 100).
- cursorstringquery
Opaque cursor from a previous response's `meta.cursor`.
Full reference for this endpoint →