Enum

Get Enum

Returns the accepted values for the selected 10DLC enumeration endpoint. Use these values when constructing brand and campaign requests.

get/10dlc/enum/{endpoint}

Path parameters

endpoint'mno' | 'optionalAttributes' | 'usecase' | 'vertical' | 'altBusinessIdType' | 'brandIdentityStatus' | 'brandRelationship' | 'campaignStatus' | 'entityType' | 'extVettingProvider' | 'vettingStatus' | 'brandStatus' | 'operationStatus' | 'approvedPublicCompany' | 'stockExchange' | 'vettingClass' required

Unique identifier of the endpoint.

Response

Successful Response

string[] required
OR
object[] required
OR
EnumObjectToStringResponse required
OR
EnumObjecToObjecttResponse required
OR

Example response

[
  "BASIC_ACCOUNT",
  "SMALL_ACCOUNT",
  "MEDIUM_ACCOUNT",
  "LARGE_ACCOUNT",
  "KEY_ACCOUNT"
]

Changes

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

  • 1571b0380bd722See the full diff
    • the errors/items/code response's property type/format changed from integer/int32 to string/ for status 404

      response-property-type-changed

    • the errors/items/code response's property type/format changed from integer/int32 to string/ for status 4XX

      response-property-type-changed

    • removed the optional property errors/items/meta from the response with the 404 status

      response-optional-property-removed

    • removed the optional property errors/items/meta from the response with the 4XX status

      response-optional-property-removed

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

    • the errors/items/code response's property type/format changed from string/ to integer/int32 for status 404

      response-property-type-changed

    • the errors/items/code response's property type/format changed from string/ to integer/int32 for status 4XX

      response-property-type-changed

    • added the optional property errors/items/meta to the response with the 404 status

      response-optional-property-added

    • added the optional property errors/items/meta to the response with the 4XX status

      response-optional-property-added

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