Skip to content

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

Getting Started

  1. Obtain an auth token using the Authentication API
  2. Make your first API call using the provided curl examples
  3. Use the APIs according to your requirements

Security Considerations

  1. All API calls require authentication. See the Authentication API documentation for details on how to obtain and use authentication tokens.
  2. Always use HTTPS for all API endpoints
  3. Store tokens securely