Deydric API Documentation

Build custom integrations and automate your sales intelligence workflows with the Deydric REST API.

📌 API Access

The Deydric API is available on Enterprise plans. Contact our sales team to enable API access for your account.

Base URL

https://api.deydric.com/v1

API Features

  • RESTful architecture: Predictable, resource-oriented URLs
  • JSON responses: All responses return JSON-encoded data
  • Standard HTTP methods: GET, POST, PUT, DELETE
  • Webhooks: Real-time notifications for new signals
  • Rate limiting: Fair usage policies with high limits

Quick Start

  1. Generate your API key from your account dashboard
  2. Include the key in the Authorization header of all requests
  3. Make your first request to test connectivity
  4. Build your integration using our endpoints
# Test your API connection
curl -X GET https://api.deydric.com/v1/companies \
-H "Authorization: Bearer YOUR_API_KEY"