Skip to main content

Create lookup list

POST 

/v1/lookup-lists

Creates a new lookup list. After you create the list, you can run the endpoint to add elements to the list.
Please ensure to change the region in the URL to match your account's region.

Request

Body

    name string

    Possible values: <= 40 characters

    Default value: Untitled##

    Name of the lookup list. If null, the list will be named Untitled followed by the running number.

    description string

    Possible values: <= 400 characters

    A place to add a free text description of the lookup list's purpose, uses and dependencies.

Responses

successful operation

Response Headers
    Schema
      id string

      GUID of the lookup list.

      name string

      Possible values: non-empty and <= 40 characters

      Name of the lookup list.

      description string

      Possible values: <= 400 characters

      Description of the lookup list.

    Loading...