Delivering the best-in-class products to boost your platform strategy.
A set of state-the-art unified APIs to build native integrations with other SaaS providers. Available as REST and GraphQL APIs.
An API-first credentials store that simplifies managing API keys, access tokens, OAuth flows, and integration settings.
Increase the ROI of your ecosystem. Easily build your app store to showcase apps & integrations to your customers, leads, and partners.
Manage your partners, integrations, categories, and collections landing pages in one place.
View more infoStart collecting integration requests at scale and streamline your platform roadmap.
View more infoInvite partners to manage their own listings and boost co-marketing efforts.
View more infoCheck out the latest new about Apideck and SaaS ecosystems on our blog
A GPT-3 directory covering +30 use-cases, examples, and demos.
+160 Tools to build and augment your SaaS application.
+100 Tools to extend your remote stack, ranging from Collaborative Design, Video Conferencing to Virtual Offices.
+100 Startup programs to help you save on your SaaS spend.
Tracking +140 open banking and PSD2 APIs from challenger and legacy banks.
An API-first credentials store that simplifies managing API keys, access tokens, OAuth flows, and integration settings.
20,000 free API calls per month
Apideck Unify provides access to a single integration layer with a rapidly growing ecosystem of APIs, so you can focus on building your product.
Building integrations should not take months. Use Apideck Unify and launch 10-100x times faster.
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.
Our Developer-friendly plan includes 20000 API calls per month and is designed to allow a wide range of use cases. Volume packaging is available on request.
Number of API calls*
Your price
Vault helps you manage API keys, access tokens, OAuth flows, and integrations. Making credential handling more secure and seamless.
// 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"
}
Gain full observability across all API calls. 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.