Unified APIs
build to scale

Launch the integrations your customers need in record time through our Unified APIs.

2,500 free API calls

Get starteddots illustration
JSON
// POST https://unify.apideck.com/crm/leads

{
  "id": "12345",
  "owner_id": "54321",
  "company_id": "2",
  "company_name": "Spacex",
  "name": "Elon Musk",
  "first_name": "Elon",
  "last_name": "Musk",
  "description": "A thinker",
  "prefix": "Sir",
  "title": "CEO",
  "status": "New",
  "monetary_amount": 75000,
  "currency": "USD",
  "fax": "+12129876543",
  "websites": [
    {
      "id": "12345",
      "url": "http://example.com",
      "type": "default"
    }
  ],
  "addresses": [
    {
      "id": "123",
      "type": "invoicing",
      "name": "HQ US",
      "line1": "Main street",
      "line2": "apt #",
      "city": "San Francisco",
      "state": "CA",
      "postal_code": "94104",
      "country": "US",
      "latitude": "40.759211",
      "longitude": "-73.984638"
    }
  ],
  "social_links": [
    {
      "id": "12345",
      "url": "https://www.twitter.com/apideck-io",
      "type": "twitter"
    }
  ],
  "phone_numbers": [
    {
      "id": "12345",
      "number": "111-111-1111",
      "type": "default"
    }
  ],
  "emails": [
    {
      "id": "123",
      "email": "elon@musk.com",
      "type": "default"
    }
  ],
  "custom_fields": [
    {
      "id": "custom_technologies",
      "value": "Uses Salesforce and Marketo"
    }
  ],
  "tags": [
    "New"
  ],
  "updated_at": "2020-09-30T07:43:32.000Z",
  "created_at": "2020-09-30T07:43:32.000Z"
}
Trusted by
Gong.io
Nmbrs
Invoice2go by BILL
Officient
Trengo
MessageMedia
Lever
Ponto | Isabel Group

Instant connectors ⚡️

This API is not available yet. Vote for it to be added to our platform.

Start buildingIncludes 2,500 free API calls

Samples

Pre-made building blocks to get started with Apideck.

A new way of building integrations

Integrations in hours – not weeks. Simplify integration development by using a normalized API with the most popular software.

Problem

Traditional integration development

Building APIs on a one-to-one basis can be a challenge. A lack of standardized APIs makes it difficult to scale your integration strategy. Maintaining them can even be a bigger challenge.

  • Juggle with different API styles
  • Fragmented taxonomy
  • Limited amount of documentation
  • Different auth strategies
  • Different pagination styles
  • Plethora of data models
Solution with Apideck Unify
Solution with Apideck Unify

The Apideck Unify approach

Use our production-ready unified APIs to bring your integrations to market. The Apideck Unify technology maps the most complex APIs to a common data model, to speed up integration.

  • Data normalisation & field-level extensions
  • Consistent developer experience
  • API Augmentation & smart endpoints
  • Open-source and extendible
  • Unified pagination
  • One canonical data model
  • Fast-growing ecosystem
  • Virtualized and native webhooks
Start buildingIncludes 2,500 free API calls

Access data from any third-party platform

Launch integrations in days and build better software for your customers

Build integrations 💯 times faster

Apideck provides access to a single integration layer with a rapidly growing catalog of APIs, so you can focus on building your product.

Shorten integration delivery

The time-to-market for launching integrations improves exponentially the more integrations you activate.

Save development resources

Cut your implementation to a fraction of the development time and save valuable development resources.

Generate more revenue

Unlock blocked revenue by integration constraints and deliver quickly the integrations your leads need.

Scalable Pricing

Predictable pricing that scales with the amount of API calls. Requires no infrastructure to set up or manage.

Get started for free

Manage API tokens at scale

Making credential handling more secure and seamless by managing API keys, access tokens, OAuth flows, and integrations. No additional infrastructure required.

  • In-depth documentation
  • Secure token handling
  • Secrets management
  • Support docs for your users
  • Privacy-first
  • OAuth flow handling
  • Available as no-code and API
  • Audit logs
  • Strong encryption
Explore docs
// GET https://unify.apideck.com/vault/connections

{
  "status_code": 200,
  "status": "OK",
  "data": [
    {
      "id": "lead+close",
      "service_id": "salesforce",
      "name": "Salesforce",
      "tag_line": "CRM software solutions and enterprise cloud computing from Salesforce, the leader in customer relationship management (CRM) and PaaS. Free 30 day trial.",
      "unified_api": "crm",
      "website": "https://www.salesforce.com",
      "icon": "https://res.cloudinary.com/apideck/image/upload/v1529456047/catalog/salesforce/icon128x128.png",
      "logo": "https://c1.sfdcstatic.com/content/dam/web/en_us/www/images/home/logo-salesforce-m.svg",
      "settings": {
        "instance_url": "https://eu28.salesforce.com"
      },
      "metadata": {
        "account": {
          "name": "My Company",
          "id": "c01458a5-7276-41ce-bc19-639906b0450a"
        },
        "plan": "enterprise"
      },
      "auth_type": "oauth2",
      "status": "live",
      "form_fields": [
        {
          "id": "instance_url",
          "label": "Instance url",
          "value": "https://eu28.salesforce.com",
          "placeholder": "",
          "mask": false,
          "type": "text",
          "required": true,
          "disabled": false,
          "custom_field": false
        }
      ],
      "configuration": [
        {
          "resource": "leads",
          "defaults": [
            {
              "target": "custom_fields",
              "id": "ProductInterest",
              "options": [
                {
                  "label": "General Channel",
                  "value": "general"
                }
              ],
              "value": "GC5000 series"
            }
          ]
        }
      ],
      "configurable_resources": [
        "opportunities",
        "companies",
        "contacts",
        "leads"
      ],
      "resource_schema_support": [
        "leads"
      ],
      "resource_settings_support": [
        "leads"
      ],
      "settings_required_for_authorization": [
        "instance_url"
      ],
      "authorize_url": "https://unify.apideck.com/vault/authorize/salesforce/<application-id>?state=<state>",
      "revoke_url": "https://unify.apideck.com/vault/revoke/salesforce/<application-id>?state=<state>",
      "enabled": true,
      "created_at": 1615563533390,
      "updated_at": 1616662325753,
      "state": "authorized"
    }
  ]
}
Explore Apideck Vault

Spend less time debugging APIs and integrations.

Gain full observability across all API calls and Webhooks. Apideck includes a powerful logging engine that allows you to audit, log, search, and report track any API calls and data coming to and from Apideck.

Apideck puts developers in control

Apideck Unify comes with comprehensive documentation, as well as an easy-to-use sandbox testing environment.
Our unified APIs play nicely alongside any existing integrations you already have in place today.

  • In-depth documentation
  • Sandbox testing
  • Real-time event logging
  • Developer friendly
  • Powerful SDKs
Explore docs
JSON
// POST https://unify.apideck.com/crm/leads

{
  "id": "12345",
  "owner_id": "54321",
  "company_id": "2",
  "company_name": "Spacex",
  "name": "Elon Musk",
  "first_name": "Elon",
  "last_name": "Musk",
  "description": "A thinker",
  "prefix": "Sir",
  "title": "CEO",
  "status": "New",
  "monetary_amount": 75000,
  "currency": "USD",
  "fax": "+12129876543",
  "websites": [
    {
      "id": "12345",
      "url": "http://example.com",
      "type": "default"
    }
  ],
  "addresses": [
    {
      "id": "123",
      "type": "invoicing",
      "name": "HQ US",
      "line1": "Main street",
      "line2": "apt #",
      "city": "San Francisco",
      "state": "CA",
      "postal_code": "94104",
      "country": "US",
      "latitude": "40.759211",
      "longitude": "-73.984638"
    }
  ],
  "social_links": [
    {
      "id": "12345",
      "url": "https://www.twitter.com/apideck-io",
      "type": "twitter"
    }
  ],
  "phone_numbers": [
    {
      "id": "12345",
      "number": "111-111-1111",
      "type": "default"
    }
  ],
  "emails": [
    {
      "id": "123",
      "email": "elon@musk.com",
      "type": "default"
    }
  ],
  "custom_fields": [
    {
      "id": "custom_technologies",
      "value": "Uses Salesforce and Marketo"
    }
  ],
  "tags": [
    "New"
  ],
  "updated_at": "2020-09-30T07:43:32.000Z",
  "created_at": "2020-09-30T07:43:32.000Z"
}
SDK support for the most popular frameworks and languages
  • Java SDK
  • Node SDK
  • Go SDK
  • PHP SDK
  • JavaScript SDK
  • c# SDK
The operating system to build and showcase integrations
Ready to scale your integration strategy?
Get started for free
Not sure how Apideck can help your business? We're here to help with any questions.
Trusted by
Gong.io
Nmbrs
Invoice2go by BILL
Officient
Trengo
MessageMedia
Lever
Ponto | Isabel Group