For the complete documentation index, see llms.txt. This page is also available as Markdown.

Introduction

This documentation presents the information required to integrate systems and platforms with the Skyone Autosky API.

Through this API, it will be possible to perform integration procedures with the following objects:

  • Clients (User Groups)

  • Users

  • Applications

  • User Sessions

  • User Authentication

  • User Logon

Version

V2.3 - (07/19/2024)

Prerequisites

To use the APIs, you must have access to the authentication information provided by the Skyone integration team.

For Example:

Item
Example

Authentication Token

23a1e4e6f90546e498a8f66cf21e3fb3

Environment UUID

6a6c7a07-bef1-4e42-942e-87277a8c2a84

Staging URL

piloto.skyinone.net

Production URL

meudominio.skyinone.net

URL Base

API Call Authentication

Once you obtain your authentication token for the Autosky platform API calls, this token must be used in all API requests. There are two ways to use the authentication token:

Token via URL

In this method, the token must be sent as a query parameter in the API calls, for example:

http://meudominio.skyinone.net/v2/api/clients/?token=xxxxx

Token via Header

When sending the token via header, it must be passed as a header in the API calls. The header must follow this format:

  • Authorization:xxxxxx

In this example using HTTPie: http http://meudominio.skyinone.net/v2/api/clients/ Authorization:xxxx

Last updated

Was this helpful?