πŸ“§Email address

Search email

GET https://{API_DOMAIN}/api/v1/email-contact
curl -X GET
    -H "Content-Type: application/json"
    "https://{API_HOST}/api/v1/email-contact?contact_id=1"

Query Parameters

PARAMETER

REQUIRED

DEFAULT

TYPE

DESCRIPTION

page

false

1

Number

Which page is currently on

per_page

false

15

Number

How many items to display per page

contact_id

false

NULL

Number

Customer id

name

false

NULL

String

Defined Email name

description

false

NULL

String

Email note

address

false

NULL

String

Email address

Response

PROPERTY

TYPE

DESCRIPTION

data

Array of objects

meta

Object

Pagination meta

Get specified email

PROPERTY

TYPE

DESCRIPTION

data

Object

URL Parameters

PARAMETER

REQUIRED

DEFAULT

TYPE

DESCRIPTION

email_contact

True

Null

Number

Emailid of

Response

Please refer toEmailResponse format

Add email

Add email for specified customer

Parameters

PARAMETER

REQUIRED

DEFAULT

TYPE

DESCRIPTION

contact_id

true

NULL

Number

Customer id

address

true

NULL

String

Email address

name

false

NULL

String

Custom email name

description

false

NULL

String

Custom email description

Response

Please refer toEmailResponse format

Update specified email

Parameters

PARAMETER

REQUIRED

DEFAULT

TYPE

DESCRIPTION

address

true

NULL

String

Email address

name

false

NULL

String

Custom email name

description

false

NULL

String

Custom email description

Response

Please refer toEmailResponse format

Delete email

Http status is 204

URL Parameters

PARAMETER

REQUIRED

DEFAULT

TYPE

DESCRIPTION

email_contact

true

NULL

Number

Email id

Last updated