/accounts/{accountId}/contacts
List contacts
List contacts for the specified account with cursor pagination.
Parameters
accountId
string Unique account identifier assigned by Riposte. You may also provide the custom user ID set during authentication; the API resolves it to the canonical account.
acct_123456789
Additional parameters
cursor
string
cursor
string limit
string
limit
string updated_after
string
updated_after
string updated_before
string
updated_before
string email
string
email
string name
string
name
string group_id
string
group_id
string source
string
source
string Returns
Default Response
curl -X GET "http://localhost:8080/accounts/{accountId}/contacts"
No example response available.