Welcome to Wayke Integration Guide

This comprehensive guide will help you integrate with Wayke's platform across multiple markets including Sweden, Norway, and more.

What is Wayke?

Wayke is a leading platform for automotive retail, providing powerful APIs and webhooks for seamless integration with dealership systems, inventory management, and customer engagement tools.

Getting Started

To begin your integration journey, you'll need to:

  1. Obtain API credentials from the Wayke Partner Portal
  2. Familiarize yourself with our data model
  3. Choose your integration approach (GraphQL Read, Domain APIs, or Webhooks)
  4. Test your integration in our sandbox environment

Integration Options

We offer three primary integration methods:

  • GraphQL API: Query vehicle inventory, dealerships, and related data
  • Domain APIs: Write operations for logistics, ads, items, and more
  • Webhooks: Real-time updates for ads, processes, and lead events

Code Example

Here's a simple example of querying the GraphQL API:

query {
  vehicles {
    id
    make
    model
    year
    price
  }
}

Support

Need help? Visit our FAQ or contact the Wayke integration team through the partner portal.