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
Body
The subscription to create.
Create a new subscription.
Note: this endpoint is disabled when Seamless OS manages billing, subscriptions can then be created by orders.
The unique identifier for the product offering to subscribe to.
This controls what type of subscription is being created.
The unique identifier for the existing customer who will own this subscription.
Subscriber details for this subscription.
SIM card requirements and configuration.
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.
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.
Date when the subscription should be activated.
"2024-01-15"
A set of key-value pairs that can be attached to an object for storing additional information in a semi-structured format.
Response
The created subscription.
A subscription represents a telecommunications service provisioned for a customer with embedded product and pricing details.
The unique identifier for the subscription.
The status of the subscription.
PENDING
, ACTIVATED
, BLOCKED
, CANCELLED
, PAUSED
The type of subscription, categorizing the service into various telecommunications service types.
The currently active phone number for this subscription.
Customer information embedded in responses. Sensitive details require separate API calls with appropriate authorization.
Embedded representation of a product offering.
SIM card information for the subscription. Sensitive details like PUK require separate API calls.
Use dedicated SIM API endpoints with proper authorization to access sensitive information such as PUK.
The date and time when the subscription was activated.
The date and time when the subscription was created.
The date and time when the subscription was last updated.
The display name for the subscription, typically a pretty-print of the msisdn.
The unique identifier for the customer.
The unique identifier for the product offering.
The unique identifier for the subscriber.
A subscriber is a user that has a subscription.
Additional subscription extensions fields provided for custom subscription types.
Details about when a pending phone number change is scheduled for this subscription.
Details about when a pending status change is scheduled for this subscription.
Embedded representation of a product offering.
Number porting information for subscriptions, indicating scheduled number transfers.
To get the detailed porting information, use the porting endpoint.
The date and time when the subscription was cancelled (if applicable).
A set of key-value pairs that can be attached to an object for storing additional information in a semi-structured format.