Lines
Manage customer subscription lines using the classic XC action layout. Write actions require the lines:write scope and honor rid for idempotency exactly like the native surface. Reseller keys only see the lines they own; admin keys see every line on the panel.
Endpoints
| Endpoint | Action | What it does |
|---|---|---|
| List lines | action=get_lines |
Paginated list of subscription lines. |
| Get line | action=get_line |
Full record for a single line. |
| Create line | action=create_line |
Creates a subscription against a package. |
| Edit line | action=edit_line |
Applies a partial update to a line. |
| Extend line | action=extend_line |
Renews a line by a number of months and charges billing. |
| Enable line | action=enable_line |
Marks the line as active. |
| Disable line | action=disable_line |
Marks the line as inactive without deleting it. |
| Delete line | action=delete_line |
Removes the line and its associations. |