API Documentation

Digitalis API reference
Enter token to see documentation for endpoints allowed for that API client.

TEST Server:

https://test.digitalis.ba/api

Production Server:

https://digitalis.ba/api


AUTH
Authentication
Bearer Token Authorization

This API uses Bearer Token authentication. All requests must include a valid token in the Authorization header.

The token will be securely provided by our team.

Header Format

Authorization: Bearer YOUR_TOKEN_HERE

Example Request

GET /api/products HTTP/1.1
Host: https://test.digitalis.ba
Authorization: Bearer YOUR_TOKEN_HERE