Endpoints

πŸ” Authentication

All API requests require authentication using your CrazyTel API key.


We support two authentication methods:

πŸ”‘ API Key Header

X-Crazytel-Api-Key: your_api_key

πŸ“¦ API Key in Request Body

{"api_key": "your_api_key"}

🌐 Base URL

All endpoints are accessed from: https://crazytel.io/api/

πŸ’‘ Quick Tips

  • Keep your API key secure and never share it
    • Rotate keys periodically for enhanced security
      • Use environment variables to store your API keys

How do I access the API documentation?

You can access our interactive API documentation by visiting https://crazytel.io/docs#/. This provides a comprehensive view of all available endpoints, request/response formats, and testing capabilities.

What can I do in the API documentation interface?

The documentation interface allows you to:

  • Browse all available API endpoints and their descriptions
  • Test API calls directly from your browser
  • View request and response schemas
  • See example code snippets in various programming languages
  • Download the OpenAPI specification for use in your development tool