Authorizations
An API key that grants access to the Connect API. You can create and manage API keys in the portal.
Headers
A unique key to ensure idempotency of requests. If a request with the same key has already been processed, the same result will be returned. The key must be unique for each distinct operation. Keys are expired after 24 hours, but we recommend using a new key for each request.
Modified requests with the same idempotency keys are rejected with a 409 Conflict
status code.
256
Path Parameters
The unique identifier of the order
Body
Request to add a line item to an order.
A line item in an order representing a billable action or service. Create a new subscription in this order. This will set up a new phone service for a customer with their chosen plan and phone number.
- Subscription
- License
- Add-on
- Top-up
- External Product
- External Item
- Subscription Change
- License Change
- Add-on Change
Response
Line item added successfully
- Subscription
- License
- Add-on
- Top-up
- External Product
- External Item
- Subscription Change
- License Change
- Add-on Change
A line item in an order representing a billable action or service. Create a new subscription in this order. This will set up a new phone service for a customer with their chosen plan and phone number.
Line item type discriminator.
SUBSCRIPTION
Unique identifier for this line item within the order.
"line-item-1"
The product offering to create a subscription for.
"mobile-plan-basic"
The phone number for this subscription.
- Leave empty to have one assigned.
- When the number pool is available, you can choose a number from the pool and provide the leaseToken.
- When porting a number, provide the number and porting details.
"+15551234567"
Token received when leasing a number. Required when an msisdn is provided from the number pool.
Whether to use a temporary number until the porting is completed.
If true, a temporary number will be assigned and activated as soon as possible until the porting is finalized.
Can only be used when porting in a number (i.e., when msisdn and porting details are provided).
Details needed to port in a number for this subscription.
Additional subscription extensions fields for custom subscription types.
Custom display name for the subscription. If not provided, will be auto-generated from msisdn.
Subscriber information (required eventually).
SIM configuration (required eventually).
Date when the subscription should be activated.
"2024-02-01"
A set of key-value pairs that can be attached to an object for storing additional information in a semi-structured format.