Skip to main content
Kastle home page
Search...
⌘K
Search...
Navigation
API Documentation
Introduction
API Reference
API Documentation
Introduction
Calls
GET
Get Calls
GET
Get Call by ID
GET
Get Recording URL
On this page
Authentication
API Documentation
Introduction
Welcome to the API Reference for Kastle
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.
Copy
Ask AI
{
"Authorization"
:
"Bearer {api_key}"
}
Please do not share your API key with anyone outside your organization.
Get Calls
⌘I