iMessage

Reserve an available iMessage number

Holds the number for 3 minutes so nobody else can order it while the buyer decides. Place the order (POST /v1/imessage/senders/order with availableNumberId) before the hold expires. No request body.

post/v1/imessage/senders/available-numbers/{numberId}/reserve

Path parameters

numberIdstring required

Response

Number reserved

successboolean
numberIdstring
expiresInSecondsinteger

Example response

{
  "expiresInSeconds": 180
}

Changes

Changed in 2 of the 55 revisions of this API.5

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ○

      endpoint added

      endpoint-added