Introduction
API Documentation
Welcome to our API documentation. This documentation provides comprehensive information about our REST APIs.
Determining the server URL
Anekonnect supports multiple tenants. Each of these tenants have their own server URLs. The server url is typically in the following format:<tenant_name>.anekonnect.io
If the tenant name is acme
, the tenant url will be:https://acme.anekonnect.io
Available APIs
- Authentication API - Authentication endpoints
- Parts API - Parts related endpoints
Getting Started
- Obtain an auth token using the Authentication API
- Make your first API call using the provided curl examples
- Use the APIs according to your requirements
Security Considerations
- All API calls require authentication. See the Authentication API documentation for details on how to obtain and use authentication tokens.
- Always use HTTPS for all API endpoints
- Store tokens securely