UISP API Reference
API workflow details, authentication, constraints, and common endpoints
UISP API Reference
Base URLs
| System | Base URL |
|---|---|
| CRM | https://satlinkgy.uisp.com/crm/api/v1.0/ |
| NMS | https://satlinkgy.uisp.com/nms/api/v2.1/ |
Full docs: https://unmscrm.docs.apiary.io/
Raw blueprint: curl -H "Accept: text/plain" https://jsapi.apiary.io/apis/unmscrm.apib
Credentials: Infisical /credentials/uisp/
Authentication
Key Constraints
| Field | System | Constraint |
|---|---|---|
status | CRM service | READ-ONLY after creation. Delete + Create to change. |
activeFrom | CRM service | READ-ONLY after creation. Set in POST body. |
invoicingStart | CRM service | READ-ONLY after creation. Set in POST body. |
tags | CRM client | READ-ONLY on PATCH. Tags can be created but not assigned via API. |
Common Endpoints
Clients
Services
Payments
NMS Devices
Service Plan Reference
| Plan | servicePlanPeriodId | Rate |
|---|---|---|
| Standard Monthly | 37 | GYD 10,000 |
Known Issues
- GUI cache: After API changes, the CRM web UI may show stale data. Log out and back in, or clear browser cache.
- Tags API:
PATCH /clients/{id}ignorestagsfield silently. No error, but tags are not assigned. - Correct base URL is
satlinkgy.uisp.com(NOTuisp.satlinkgy.com).