Skip to main content

Create address list

POST 

/organizations/organization/address_lists

Create a new address list for a given organization.

Scopes

  • address_lists

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Body

    organization

    object

    required

    All 'organization[]' params are mutually exclusive, only one can be provided.

    id string
    sub_domain string

    properties

    object

    required

    name string

    Name of the address list.

    annotations

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

Responses

Create a new address list for a given organization.

Schema

    address_list

    object

    required

    id string
    name string

    Name of the address list.

    global boolean

    Whether the address list is global or not.

    entries

    object[]

  • Array [

  • id string
    address string

    Address or network.

    name string

    Optional name/comment.

  • ]

  • annotations

    object[]

    required

  • Array [

  • key stringrequired
    value string
  • ]

Loading...