Skip to main content
Let’s dive in!
1

Request your API Credentials

Contact your Account Manager at RABOT or our Integration Management Team to get your API client details.
Make sure to always keep your client credentials safe. Do not include client credentials in client side code (smartphone app, web application), as they could easily be extracted and misused. If you think your credentials have been compromised, contact RABOT to invalidate the credentials and get a new secret.
2

Authenticate using the OAuth 2.0 flow

See our guide for reference. Ensure you have the correct scopes!

Authentication

API authentication & Scopes
3

Make your first Call

As a Whitelabel Partner using our Whitelabel funnel, your first call should be to request the status of your orders
Example API request
  curl --request GET \
  --url https://api.rabot-charge.de/partner/v1/orders \
  --header 'Authorization: Bearer <token>'
4

Handle the Response

Parse the GET response by deserializing the returned collection of order objects, validating required fields and pagination metadata, and mapping each order’s attributes and status to your internal data model for further processing or display.
Store the customerNumber for usage in further API calls, it is a key parameter for endpoints under the customers path.
Depending on your Partnership Agreement, we may be supplying you with our Whitelabel Funnel, Customer Portal or App, meaning the use case for our API in a Whitelabel context varies by partner.If you are unsure about whether you need to integrate an endpoint, please consult your Integration Manager.

Next Steps

Well done! You’ve made your first API call as a RABOT Whitelabel Partner. Here’s what you need to explore next: As a Whitelabel partner, you are likely seeking deep integration with our platform and the depth and scale should be discussed before proceeding with integrating further. Browse our API endpoints Check out our comprehensive guides for Whitelabel partners looking to use our API interface to its full extent
Our endpoints and guides cover several use cases e.g. Build Your Own Funnel. Please ensure to read these guides in addition to Whitelabel specific guides.

Questions or Concerns?

Feel free to speak with our Integration Management Team or alternatively, ask our built-in AI assistant, Rabotini 🤖 (several languages supported).