List all accounts count

GET {{baseUrl}}/v1/accounts/count?viewId=<long>

Get accounts count

OAuth Scope

  • Desk.contacts.READ

Request Params

KeyDatatypeRequiredDescription
viewIdstringCustom view ID
startsWithstringDisplays the number of accounts whose first name or last name begins with the letter you specify. Displays the total number of accounts if you do not specify a letter.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;count&quot;:&quot;10&quot;}