TrusthubV1EndUserType

Fetch a specific End-User Type Instance.

Fetch a specific End-User Type Instance.

get/v1/EndUserTypes/{Sid}

Path parameters

Sidstring required

The unique string that identifies the End-User Type resource.

Response

OK

sidstring nullable

The unique string that identifies the End-User Type resource.

friendly_namestring nullable

A human-readable description that is assigned to describe the End-User Type resource. Examples can include first name, last name, email, business name, etc

machine_namestring nullable

A machine-readable description of the End-User Type resource. Examples can include first_name, last_name, email, business_name, etc.

urlstring uri nullable

The absolute URL of the End-User Type resource.

Changes

Changed in 3 of the 51 revisions of this API.21

    • the fields/items/ response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the fields/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • api tag TrusthubV1EndUserType added

      api-tag-added