Hosted Numbers

Upload hosted number document

Uploads a supporting document to the specified hosted-messaging order.

post/messaging_hosted_number_orders/{id}/actions/file_upload

Path parameters

idstring required

Identifies the type of resource.

Response

Successful response with details about a messaging hosted number order.

Example response

{
  "data": {
    "id": "86f58db9-0fe3-4adc-9d1f-46e66e6e9323",
    "messaging_profile_id": "dc8f39ac-953d-4520-b93b-786ae87db0da",
    "phone_numbers": [
      {
        "id": "bf6307bd-884d-4c1f-b6ea-c62b8c495d3c",
        "phone_number": "+18665550001",
        "record_type": "messaging_hosted_number",
        "status": "pending"
      },
      {
        "id": "464bd54e-a328-4b11-a131-28e6793cb6f2",
        "phone_number": "+18665550002",
        "record_type": "messaging_hosted_number",
        "status": "pending"
      }
    ],
    "record_type": "messaging_hosted_number_order",
    "status": "pending"
  }
}

Changes

Changed in 2 of the 61 revisions of this API.7

    • the response's body type changed from object to no type for status

      response-body-type-changed

    • the / response's property type changed from object to no type for status

      response-property-type-changed

    • the // response's property type changed from integer to string, and format from int32 to no format for status

      response-property-type-changed

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

    • the response's body type changed from no type to object for status

      response-body-type-changed

    • the / response's property type changed from no type to object for status

      response-property-type-changed

    • the // response's property type changed from string to integer, and format from no format to int32 for status

      response-property-type-changed

    • the /// response's property format changed from json-pointer to no format for status

      response-property-type-changed

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