Skip to content

API Reference

Overview

Each deployed environment exposes a Swagger UI that lets you browse endpoints and run test calls (Try it out), but it requires a Sigabill account with an active license.


How to request Swagger UI access

Contact Siga customer service at support@siga.net and request access to develop integrations with Sigabill.

Provide the following information:

  1. your organization and integration project name;
  2. technical contact name and email;
  3. target service (sigabill);

Environment Endpoints

Sigabill API

  • Production: https://sigabill.siga.net/[TENANT_ID]/api-documentation/index.html
  • Staging: https://sigabill-staging.siga.net/[TENANT_ID]/api-documentation/index.html
  • Devtest: https://sigabill-devtest.siga.net/[TENANT_ID]/api-documentation/index.html

Tenant Manager API

Multi-tenant management service.


Authentication

See the Azure AD B2C connection guide.


Common headers

Authorization: Bearer <access_token>
Content-Type: application/json
Accept: application/json