Skip to main content
Kastle API is designed to be able to return call metadata for any call made or received through the Kastle platform.

Authentication

All of our API endpoints are authenticated using an Authorization Bearer API key in the request header.
{"Authorization": "Bearer {api_key}"}
Please do not share your API key with anyone outside your organization.