Environments
The API is available in two separate environments:Development
Base URL:
https://dev.api.r4technology.io/Use this environment for testing and development purposes.Production
Base URL:
https://api.r4technology.io/Use this environment for live applications.Authentication
All API endpoints are authenticated using Basic Authentication. We’ll generate credentials for you during the onboarding process. Include your credentials in theAuthorization header of each request:
username:password.
Webhooks
We can subscribe you to webhooks to receive real-time notifications about order tracking updates and other events. To set up a webhook, simply email us with:- Your webhook endpoint URL
- Any necessary credentials we need to authenticate when sending requests to your endpoint
