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:
- your organization and integration project name;
- technical contact name and email;
- 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.
- Production: https://tenants.siga.net/api-documentation/index.html
- Staging: https://tenants-staging.siga.net/api-documentation/index.html
- Devtest: https://tenants-devtest.siga.net/api-documentation/index.html
Authentication¶
See the Azure AD B2C connection guide.