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:
- Obtain API credentials from the Wayke Partner Portal
- Familiarize yourself with our data model
- Choose your integration approach (GraphQL Read, Domain APIs, or Webhooks)
- Test your integration in our sandbox environment
All API requests require authentication. Make sure you have your API credentials ready before proceeding.
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.
Production credentials should never be committed to version control or shared publicly.