Skip to main content

Create Label

Creates a new Label

Request Body

  • name string required

    Possible values: <= 255 characters

    The name of the Label. This is the value that will be shown on a tagged record.

Responses

OK

Response Headers


    Schema

    • id integer

      Possible values: >= 1

    • account_id integer

      Possible values: >= 1

    • name string

      The name of the Label. This is the value used to tag a record.

    • taggings_count integer

      The number of records that have been tagged with this Label.

    • color string

      The hex color of the Label.

    Loading...