Skip to main content
POST
Add Address Book Entries

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
entries
object[]
required

Addresses to add. At least 1, at most 100 per request. Addresses must be unique within the request.

Required array length: 1 - 100 elements

Response

The full address book after the add

data
object[]