Skip to main content
GET
List call requests for a practice

Authorizations

Authorization
string
header
required

Partner API key sent as a Bearer token:

Keys are issued by the GrowDental team (invite-only), shown once at creation, and stored server-side only as a SHA-256 hash. Key format: gd_live_ (or gd_test_) followed by a 43-character base62 secret (~256 bits of entropy). To rotate, request a new key, deploy it, then ask us to revoke the old one — both keys work during the overlap.

Path Parameters

practiceId
string<uuid>
required

Practice ID (must be granted to your app — ungranted IDs return 404).

Query Parameters

limit
integer
default:20

Page size.

Required range: 1 <= x <= 100
offset
integer
default:0

Number of items to skip.

Required range: x >= 0

Response

Call requests for the practice.

call_requests
object[]
required
pagination
object
required