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 subscriber.
Body
Request to update a subscriber's information.
The name of the subscriber.
The email address of the subscriber.
The address of the subscriber.
In the US, this refers to the E911 address associated with the subscriber's phone number, which is used for emergency services.
A set of key-value pairs that can be attached to an object for storing additional information in a semi-structured format.
Response
Subscriber updated successfully.
A subscriber is a person or entity that has a subscription.
The unique identifier of the subscriber.
The name of the subscriber.
Optional email address of the subscriber.
The address of the subscriber. In the US, this refers to the E911 address associated with the subscriber's phone number, which is used for emergency services.
The unique identifier for the customer.
Customer information embedded in responses. Sensitive details require separate API calls with appropriate authorization.
List of subscriptions associated with the subscriber.
Typically a subscriber has exactly one subscription, but in rare cases, a subscriber may have multiple subscriptions.
Date and time when the subscriber was created.
Date and time when the subscriber was last updated.