Launch the integrations your customers need in record time through our Unified APIs.
2,500 free API calls
// 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"
}
This API is not available yet. Vote for it to be added to our platform.
Act
liveActiveCampaign
liveADP iHCM
liveADP Workforce Now
liveAFAS Software
liveAlexisHR
liveAmazon Seller Central
liveAsana
auth-onlyAttio
auth-onlyAzure Active Directory
liveAzure DevOps
auth-onlyBambooHR
liveBasecamp
auth-onlyBigCommerce
liveBox
liveBreathe HR
liveCatalystOne
liveCegid Talentsoft
liveCeridian Dayforce
liveCezanne HR
liveCharlieHR
liveCIPHR
liveClear Books
liveClickUp
auth-onlyClose.io
liveClover
liveCopper
liveCrisp
auth-onlyDeel
liveDrift
auth-onlyDropbox
liveEmployment Hero
liveExact Online
liveExact Online NL
liveExact Online UK
liveFactorial
liveFlexmail
liveFolks HR
liveFreeAgent
liveFreshBooks
livePre-made building blocks to get started with Apideck.
Integrations in hours – not weeks. Simplify integration development by using a normalized API with the most popular software.
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.
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.
Launch integrations in days and build better software for your customers
Apideck provides access to a single integration layer with a rapidly growing catalog of APIs, so you can focus on building your product.
The time-to-market for launching integrations improves exponentially the more integrations you activate.
Cut your implementation to a fraction of the development time and save valuable development resources.
Unlock blocked revenue by integration constraints and deliver quickly the integrations your leads need.
Predictable pricing that scales with the amount of API calls. Requires no infrastructure to set up or manage.
Making credential handling more secure and seamless by managing API keys, access tokens, OAuth flows, and integrations. No additional infrastructure required.
// 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"
}
]
}
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 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.
// 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"
}