Skip to main content
Share:
Link is copied

About API Documentation

Welcome to evalink API documentation portal!

This documentation provides detailed information about evalink talos API, including service descriptions, available endpoints, request parameters, and example payloads. It is designed to help developers integrate evalink talos programmatically into their applications.

Documentation Portal Navigation

The documentation is organized into service groups, displayed in the left-side navigation panel.

Frequently used services such as Contact Service, Alarm Service, Schedule Service, and Job Service are listed at the top of the list.

Additional or less commonly used services are grouped under Other Services at the bottom of the list.

Each service expands into its own set of endpoints. For example, the Contact Service includes endpoints for Contact Lists, Dynamic Contacts, and Root Contacts.

API Documentation Navigation

To explore a service:

  1. Click the arrow next to a service name to expand its list of endpoints

  2. Select an endpoint to view:

    • A short description of the endpoint

    • Path, query, and body parameters

    • Response codes and example payloads

    • Ready-to-use sample requests in various formats

    • Example JSON responses and schema views

Search Documentation Content

Use the search bar in the top-left corner to quickly locate services, endpoints, or specific keywords:

  1. Click the search field or press Ctrl + K on the keyboard

  2. Enter one or more keywords

    Matching results appear dynamically as you type.

  3. Select a result to jump directly to the relevant documentation section

To authenticate against the evalink talos API, you must first create an API Token within the platform. evalink talos supports using the API Token with Bearer authentication.

Follow the steps below to generate an API Token:

  1. Log in to evalink talos using your user credentials

  2. In the main navigation menu, select Company

  3. Open the Integrations tab, then click on Manage Tokens

Manage Tokens
  1. Click on Create Token to generate a new API Token

  2. Provide a descriptive name for the token and assign the required permissions

    Note: For testing purposes, click on Select All permissions to avoid access limitations during evaluation.

Create API Token
  1. (Optional) Enter comma separated IPs or IP ranges, for example 1.1.1.1, 2.2.2.2-3.3.3.3, under Whitelisted IPs or leave it blank to allow access from any IP

  2. Click Submit

Your Company ID is displayed above the list of API Tokens. Both the API Token and the Company ID are required for interacting with evalink talos API.

Company ID and API Token

When using the API Token with Bearer authentication, you need to include it in every API request via the Authorization header:

Authorization: Bearer 'your-api-token'


In addition, the Company ID must be included as a parameter in your API requests (typically as a path parameter or query parameter, depending on the specific endpoint). The API uses this value to ensure that the request is executed within the correct company context.

You can access evalink talos API documentation here. Use the credentials below to log in:

Username: docs

Password: kfeEeIZTj43WubxoxrXn

Was this page helpful?