List iMessage sender orders
Every sender lifecycle doc your team owns (ordered or registered), across statuses. Canceled senders are omitted unless includeCanceled=true.
Authorization
bearerAuth API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Query Parameters
falseResponse Body
application/json
application/json
application/json
{ "senders": [ { "id": "string", "kind": "phone", "region": "US", "handle": "string", "optInLink": "string", "status": "ordering", "priceCents": 0, "provider": "string", "profileId": "string", "displayName": "string", "failureReason": "string", "accountId": "string", "createdAt": "2019-08-24T14:15:22Z" } ]}List instantly available iMessage numbers
Phone numbers the provider has already registered and can assign on the spot. Order one by passing its `id` as `availableNumberId` to POST /v1/imessage/senders/order: the sender activates immediately instead of after the usual provisioning wait. Reserve it first with POST /v1/imessage/senders/available-numbers/{numberId}/reserve while the buyer decides. The list is a snapshot; a number can be taken between listing and ordering.
List iMessage senders
Lists the iMessage senders registered across your accessible profiles.