TrusthubV1SupportingDocument

Create a new Supporting Document.

Create a new Supporting Document.

post/v1/SupportingDocuments

Response

Created

sidstring nullable

The unique string created by Twilio to identify the Supporting Document resource.

account_sidstring nullable

The SID of the Account that created the Document resource.

friendly_namestring nullable

The string that you assigned to describe the resource.

mime_typestring nullable

The image type uploaded in the Supporting Document container.

status'DRAFT' | 'PENDING_REVIEW' | 'REJECTED' | 'APPROVED' | 'EXPIRED' | 'PROVISIONALLY_APPROVED'

The verification status of the Supporting Document resource.

typestring nullable

The type of the Supporting Document.

{"stackTrail":"components:schemas:trusthub.v1.supporting_document:properties:attributes","oasType":"schema","type":"unknown","description":"The set of parameters that are the attributes of the Supporting Documents resource which are listed in the Supporting Document Types.","extensionFields":{"x-twilio":{"pii":{"handling":"standard","deleteSla":30}}},"nullable":true}
date_createdstring date-time nullable

The date and time in GMT when the resource was created specified in ISO 8601 format.

date_updatedstring date-time nullable

The date and time in GMT when the resource was last updated specified in ISO 8601 format.

urlstring uri nullable

The absolute URL of the Supporting Document resource.

Changes

Changed in 4 of the 51 revisions of this API.368

  • v1be7cea11fa2711See the full diff
    • the attributes response's property type/format changed from object/ to / for status 201

      response-property-type-changed

    • the Attributes request property type/format was generalized from object/ to /

      request-property-type-generalized

    • the Attributes request property type/format changed from / to object/

      request-property-type-changed

    • the attributes response's property type/format changed from / to object/ for status 201

      response-property-type-changed

  • v1f46e55682eba66See the full diff
    • added the new APPROVED enum value to the status response property for the response status 201

      response-property-enum-value-added

    • added the new DRAFT enum value to the status response property for the response status 201

      response-property-enum-value-added

    • added the new EXPIRED enum value to the status response property for the response status 201

      response-property-enum-value-added

    • added the new PENDING_REVIEW enum value to the status response property for the response status 201

      response-property-enum-value-added

    • added the new PROVISIONALLY_APPROVED enum value to the status response property for the response status 201

      response-property-enum-value-added

    • added the new REJECTED enum value to the status response property for the response status 201

      response-property-enum-value-added

    • removed the approved enum value from the status response property for the response status 201

      response-property-enum-value-removed

    • removed the draft enum value from the status response property for the response status 201

      response-property-enum-value-removed

    • removed the expired enum value from the status response property for the response status 201

      response-property-enum-value-removed

    • removed the pending-review enum value from the status response property for the response status 201

      response-property-enum-value-removed

    • removed the provisionally-approved enum value from the status response property for the response status 201

      response-property-enum-value-removed

    • removed the rejected enum value from the status response property for the response status 201

      response-property-enum-value-removed

    • api tag TrusthubV1SupportingDocument added

      api-tag-added