Skip to main content

Create address list entry

POST 

/address_lists/address_list/entries

Create a new address list entry for a given address list.

Scopes

  • address_lists

OAuth2 Scopes

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

Request

Body

    address_list

    object

    required

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

    id string

    properties

    object

    required

    address string

    Address or network to add to the list.

    name string

    Optional name/comment.

Responses

Create a new address list entry for a given address list.

Schema

    address_list_entry

    object

    required

    id string
    address string

    Address or network.

    name string

    Optional name/comment.

Loading...