Skip to content

Welcome to the Wreno API ​

Welcome to the official API documentation for Wreno. Our APIs offer a robust, RESTful programming interface for securely accessing your Wreno account data. Whether you're integrating with our platform or building custom workflows, this documentation will guide you through everything you need to get started.

Wreno’s API is built on the OpenAPI v3 specification and supports both REST endpoints and webhooks for real-time event updates.

πŸ”‘ Authentication ​

To get started, you will need to obtain an API Secret Key from the Wreno support team.

WARNING

⚠️ Note: API access is restricted to approved partners. Please contact us to request access and configuration details.

Acquiring an API Secret Key ​

The secret key is a confidential credential that acts as your primary authentication mechanism. It should be stored securely and never shared publicly.

Including the Secret Key in Requests ​

Include the key in the Authorization header of every API request as follows:

http
Authorization: Bearer YOUR_API_SECRET_KEY

Replace YOUR_API_SECRET_KEY with the actual token provided by Wreno.

Making API Requests ​

With your secret key in place, you can begin making authorized requests to our endpoints. All incoming requests are validated to ensure they are authorized to access the requested resources.

Ensure your secret key is protected and rotate it if you suspect it may have been exposed.

🌐 REST Endpoints ​

Our REST endpoints are structured for clarity and follow standard HTTP methods (GET, POST, PUT, DELETE).

Refer to the API Reference section for detailed information on available endpoints, request parameters, and example responses.

πŸ“£ Webhooks ​

Wreno supports webhooks to notify your system of real-time events such as resource updates or changes in status.

Webhook setup and configuration will be provided during onboarding. You can customize:

  • Which events you want to subscribe to
  • Where the notifications should be sent (your endpoint URL)
  • How many servers you want to receive notifications on

More information can be found in the Webhooks section.

πŸ›  Support ​

If you run into any issues, need additional configuration, or want to request a new integration feature, our team is here to help.

Reach out anytime at support@wreno.io.