API for creating and managing short links. All endpoints require authentication via API token.
Authentication: Send token as X-Api-Token header or ?token= query parameter.
| Name | Type | Required | Value |
|---|---|---|---|
| Url | string | * Yes | |
| CampaignId | string | No |
| Name | Type | Required | Value |
|---|---|---|---|
| campaignId | string | No | |
| isActive | bool | No | |
| page | int | No | |
| pageSize | int | No |
| Name | Type | Required | Value |
|---|---|---|---|
| id | int | * Yes |
| Name | Type | Required | Value |
|---|---|---|---|
| code | string | * Yes |
| Name | Type | Required | Value |
|---|---|---|---|
| id | int | * Yes | |
| recentCount | int | No |
| Name | Type | Required | Value |
|---|---|---|---|
| id | int (path) | * Yes | |
| Url | string | No | |
| ExpiryDate | datetime | No | |
| IsActive | bool | No |
| Name | Type | Required | Value |
|---|---|---|---|
| id | int | * Yes |